14882 Commits (1b2d46722cddbd8a5c7c0ec05cefc8a6c1ebb310)
 

Author SHA1 Message Date
SomberNight 5e0df77df6
kivy: fix threading issue when scanning bip70 qr code on newer kivy 3 years ago
SomberNight 06687e06d8
lnpeer: forwarding: better handle if next_peer is offline 3 years ago
ThomasV cc1b4a5c90 lnpeer: fix ping behavior. 3 years ago
ThomasV c1c6c01e87 rebalance dialog: fix button disabling 3 years ago
ThomasV 8750936679 Rebalance dialog: 3 years ago
ThomasV 38b155c631 Qt receive widgets: factorize code 3 years ago
ThomasV ce96d1f97b lnworker: create_routes_for_payment: try random order 3 years ago
ThomasV cd54244956 lnworker: in sugest_channels_for_rebalance, delta depends on the channel 3 years ago
SomberNight ae76a0daf5
windows binaries: try to prevent users from renaming exe while running 3 years ago
ThomasV 00183b5412 Qt: move current_request logic from main_window to requests_list 3 years ago
SomberNight 52b73880f9
requirements: pin protobuf "<4" 3 years ago
SomberNight 8e9274bde4
mac build: README: add more details about installing Xcode 3 years ago
SomberNight ecf4e3db48
mac build: compare_dmg script: if binaries mismatch, print the diff 3 years ago
SomberNight 3e290c9d47
update release notes for 4.2.2 3 years ago
ThomasV 3ce42edbab update locale submodule 3 years ago
ThomasV 7cf495d1e0 Windows build scripts: Read codesign passphrase. Lazy check if unsigned binaries are there. 3 years ago
SomberNight 58be69afd3
commands: add "encrypt_file" arg to "password" command 3 years ago
SomberNight d04e3c7288
bip70 paymentrequest: remove support for "file" URIs 3 years ago
SomberNight b7a3e07db8
bump version to 4.3.0a0 3 years ago
SomberNight 189390fb2d
qt new_channel_dialog: use lnutil.MIN_FUNDING_SAT instead of ad-hoc val 3 years ago
SomberNight ad42de03ac
qt new_channel_dialog: fix regression: oepn chan with "max" amt 3 years ago
ThomasV 30a98578c8 Refactor: move calls to lnworker methods out of the tx creation functions 3 years ago
ThomasV f0237e46be lnsweep: do not redeem offered HTLCs unless payment was received in full 3 years ago
ThomasV 672326bd12 lnwatcher: a bit less verbose 3 years ago
ThomasV 035c877813 channels_list: do not add extra whitespaces when displaying amounts in HTLCs 3 years ago
SomberNight 79578d6c18
lnchannel: fix diagnostic_name, for better log lines 3 years ago
ThomasV 58194ce78b
Merge pull request #7830 from SomberNight/202205_lnpeer_reestablish_channel 3 years ago
SomberNight ef4477a930
lnpeer.reestablish_chan: enforce order of replaying commitsig/revack 3 years ago
ThomasV 56659c550e lnwatcher: fix another broadcast-too-early error 3 years ago
ThomasV e99a5a7703 fix lnwatcher broadcast logic, follow-up b9f01a86fe 3 years ago
ThomasV adbabacc12 Stabilize size of receive_tabs widgets 3 years ago
ThomasV 7abc7c720f receive_tabs: add tooltip to inner widgets 3 years ago
ThomasV b9f01a86fe lnwatcher: check that parent transaction is confirmed in CSV test 3 years ago
ThomasV 5bb99ddfaf submarine_swaps: fix order of operations in get_send_amount 3 years ago
SomberNight 2362d6d010
follow-up "remove email plugin" 3 years ago
SomberNight 28f794b63b
Qt receive tab: better receive_tabs widget size for small windows 3 years ago
ThomasV 2e120d74b8 Qt: add name to coroutines_scheduled 3 years ago
ThomasV feb10bc67b remove unneeded parameter (follow-up e392197ab9) 3 years ago
ThomasV 3e0d7ff549 improve channels_list menus (minor) 3 years ago
ThomasV f14c420c30 Qt: display number of tasks (window._coroutines_scheduled) in toolbar. 3 years ago
ThomasV c67c4e95dc remove email plugin 3 years ago
ThomasV bb0f4b5a65
Merge pull request #7828 from JeremyRand/is-none-bitcoin 3 years ago
Jeremy Rand 1aa444e0f8
Fix "== None" linter fails 3 years ago
SomberNight cac4b6f92c
email plugin: SSL was using insecure defaults 3 years ago
SomberNight 7e77a7e1cc
email plugin: (trivial) adapt to Invoices refactor 3 years ago
SomberNight 98feff07ad
threading.Thread: fix some DeprecationWarnings 3 years ago
ThomasV 0431cd825e Allow the QR code in the receive tab to be variable size 3 years ago
ThomasV 2a31f80d09 QRCodeWidget: add margin of 1 block, remove fixedSize parameter 3 years ago
ThomasV 3b44646bd1 QRCodeWidget: show warning in GUI 3 years ago
ThomasV 155b3703ac QR window: fix tab order 3 years ago