15065 Commits (ae15c0527b40aec4929ccf1eb65433b14bc6a435)
 

Author SHA1 Message Date
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
ThomasV 6a9e8da218 remove sign_payment_request: broken and not used 2 years ago
ThomasV 2df45faeae follow-up previous commit 2 years ago
ThomasV cf94ebc106 If an invoice cannot be parsed in import_invoices or import_requests, 2 years ago
ThomasV d9f77a50e8 wallet API: remove get_request_status, it is redundant with get_invoice_status 2 years ago
Sander van Grieken 291ca40c9e qml: fix missing param in userNotify 2 years ago
SomberNight 12e628e2e6
aiorpcx: fix bug in timeout_after monkeypatch 2 years ago
Sander van Grieken 629b0c56f3 qml: fix missing import 2 years ago
Sander van Grieken 34c901b1a6 qml: add Save Backup dialog when no onchain backup, some initial work on incomplete funding TX 2 years ago
ghost43 b6d744df04
Merge pull request #7955 from SomberNight/202208_fxrate_more_robust 2 years ago
SomberNight 03b514863e
exchange_rate: more robust spot price against temporary network issues 2 years ago
Sander van Grieken b9f381a133 qml: fix channel double add to list on open, better display errors 2 years ago
Sander van Grieken e582ae0486 qml: add QEAmount.copyFrom(QEAmount) so we can take a new amount object without changing the instance. 2 years ago
Sander van Grieken f398404e04 qml: add server and proxy config dialogs, forgot new files 2 years ago
ThomasV dd95369685 qml: fix undefined name (flake8 mandatory test) 2 years ago