15029 Commits (444dc7fb7f6792450ce2ad89df26cca89d46940e)
 

Author SHA1 Message Date
ThomasV 444dc7fb7f wallet: fix race condition that inhibits proper call of set_up_to_date 2 years ago
SomberNight 1478d9d878
Qt CompletionTextEdit: cast KeyboardModifiers to int 2 years ago
SomberNight 9ed5b092e4
coinchooser: (trivial) add some type hints 2 years ago
SomberNight c43e0000ce
Qt ConfirmTxDialog: disconnect timer when closing dialog 2 years ago
ghost43 6bdabb8579
Merge pull request #7977 from JamieDriver/update_jade_api 2 years ago
ThomasV 6e429ebf9a test_lnpeer: instead of sleeping for 0.2s, wait until peers are initialized 2 years ago
ThomasV e8a4e287e9 cleanup old non-static_remotekey code (follow-up 1f403d1ca1) 2 years ago
ThomasV 028916b447 fix #7988 2 years ago
ThomasV fe6a83d6c1 fix test_fail_pending_htlcs_on_shutdown: poll number of htlcs 2 years ago
ThomasV 30dfecc5dc wallet: check whether address can be reused in get_request_by_addr 2 years ago
Sander van Grieken 5681311fc2 fix request_status callback not passing the correct request key 2 years ago
ThomasV 79bcedd064 test_lnpeer: reset electrum.trampoline._TRAMPOLINE_NODES_UNITTESTS in tearDown 2 years ago
Sander van Grieken 11b8d5e2f0 qml: work around qeamount copy from None 2 years ago
SomberNight e5f21fb7b5
lnurl: better handle unimplemented lnurl subtypes 2 years ago
ThomasV 20bcb15480 Factorize code in create_routes_for_payment. 2 years ago
ThomasV b8cb561d1a test_mpp_split: add tests for exclude_single_part_payments=False 2 years ago
ThomasV ead886781a create_routes_for_payment: fix 'we atomically loop' 2 years ago
ThomasV 5e77886b98 trampoline MPP: handle direct payment to trampoline node 2 years ago
ThomasV 9251f482b5 test_lnpeer: add unit test for direct payment to trampoline node 2 years ago
ThomasV 478046289a follow-up c6f940d092 2 years ago
ThomasV 2af59e32b2 lnworker: define use_trampoline() for code clarity 2 years ago
ThomasV 68bf714ae6 Trampoline: Remember failed routes (fixes #7967). 2 years ago
Jamie C. Driver 68f320041a
jade: update Jade api to 0.1.37 2 years ago
Sander van Grieken a488be61db qml: fix open channel 2 years ago
Sander van Grieken 6bbd18dc78 qml: fix flake errors 2 years ago
Sander van Grieken 27999a9583 qml: clean up, generalize plugin gui base, enumerate plugins in gui 2 years ago
Sander van Grieken 32a81d8ee7 qml: initial plugin support, with labelsync mostly implemented 2 years ago
ThomasV 082a50f2bd trampolines_by_id must return dict (follow-up previous commit) 2 years ago
ThomasV 99c4c75c9d hardcoded trampolines: do not mix testnet nodes and unitests. 2 years ago
ThomasV 92b21df843 Trampoline: if possible, do not add second trampoline for e2e payments. 2 years ago
ThomasV 2c57a8c394 lnworker: fix maybe_raise_trampoline_level. 2 years ago
ThomasV c6f940d092 trampoline: less verbose, do not log routes that are not tried 2 years ago
ThomasV 26245c1ac9 unit tests: split test_payment_trampoline into two tests 2 years ago
ThomasV 14e96f4d53 Index request by ID instead of receiving address. 2 years ago
ThomasV 7d317761da wallet API: remove get_request_status, it is redundant with get_invoice_status 2 years ago
ThomasV 70da10d662 fix watchtower regtest flakiness caused by CTN variability. fixes #7961 2 years ago
Sander van Grieken 6d77253ac2 qml: remove log statement 2 years ago
Sander van Grieken 40e8ff6ce2 qml: add hack to delay rendering of QR until dialog is shown. 2 years ago
Sander van Grieken 179666612e qml: fix get_request in qerequestdetails 2 years ago
ThomasV f20b371737 fix #7959 2 years ago
SomberNight 42f2a3da31
Qt pay_lightning_invoice: handle NoDynamicFeeEstimates 2 years ago
SomberNight a143d05fb9
mac build: bump pyinstaller (4.2 -> 5.3) 2 years ago
SomberNight b3e869a5de
build win/mac: do not pass custom args to pyinstaller; use envvars 2 years ago
SomberNight 2d458d3b06
(trivial) contrib/build-wine: convert line-endings (CRLF -> LF) 2 years ago
SomberNight 89e1bbf4ec
mac build: add message to camera permission prompt, in Info.plist 2 years ago
SomberNight e39ab1623a
mac build: set minimum system version to 10.13.0 in Info.plist 2 years ago
SomberNight 859d43d0b2
mac build: let pyinstaller handle Info.plist 2 years ago
SomberNight d37b5e7d75
Qt ReceiveTabWidget: change cursor to hint QR code can be clicked 2 years ago
SomberNight abec59e17d
mac build: rm unused BUILDDIR 2 years ago
SomberNight 20997cf60b
wallet: follow-up removal of get_request_status 2 years ago