13392 Commits (84326cf1f78f60201e5bac44ff306c240147adde)
 

Author SHA1 Message Date
SomberNight 84326cf1f7
qt tx dialog: add legend for input/output colouring 4 years ago
ghost43 6fda9add28
Merge pull request #7026 from SomberNight/20210213_wallet_bumpfee 4 years ago
SomberNight d2019fd928
qt bump fee: rename "Final" checkbox to "Keep Replace-By-Fee enabled" 4 years ago
SomberNight 4c36c45664
qt bump fee: add "advanced" button, allow choosing strategy 4 years ago
SomberNight 058d9ab6bb
wallet.bump_fee: add new strategy: decrease payment amounts 4 years ago
SomberNight 8fe7d750f7
qt: move RBF dialog out of main_window.py into its own file 4 years ago
SomberNight 254f57bce5
lnpeer.maybe_fulfill_htlc: fix error case FINAL_INCORRECT_HTLC_AMOUNT 4 years ago
SomberNight 31bdb5c344
lnpeer.maybe_fulfill_htlc: follow BOLTs re some errors 4 years ago
ThomasV 61e7f7e75e
Merge pull request #7065 from SomberNight/20210224_mpp_recv_amt_sum 4 years ago
ThomasV 5dc7b5bffe
Merge pull request #7069 from bitromortac/2102-mpp-split-params 4 years ago
bitromortac bf87169469
mpp_split: tweak split parameters 4 years ago
bitromortac 5081a83245
mpp_split: undo side effect in tearDown 4 years ago
SomberNight 16f0b30ced
lnpeer: MPP recv: only fulfill htlc if amt sum exact-matches total_msat 4 years ago
SomberNight 9024419fdc
lnpeer: MPP receive: require payment_secret for each htlc 4 years ago
SomberNight 691ebaf4f8
lnworker/lnpeer: add some type hints, force some kwargs 4 years ago
SomberNight d800f88bfc
(trivial) wallet: fix over-indentation 4 years ago
ThomasV c9d6d11604 create_trampoline_route: check that we can pay the amount and the fees, and that the route is sane 4 years ago
SomberNight ab9bf07a79
(trivial) lnrouter: fix type of TrampolineEdge.short_channel_id 4 years ago
ThomasV bf1d516959 lnworker: add fees from private path to the amount passed to find_route. 4 years ago
ThomasV 391dba7117 Refactor find_route_for_payment 4 years ago
ThomasV 152894e6a9 calc_hops_data: total_msat should be optional 4 years ago
SomberNight 0a5b714643
lnworker: add "endurance" ACINQ testnet node as hardcoded trampoline 4 years ago
SomberNight 52eb9dcad9
tests: fix thinko in ElectrumTestCase base class 4 years ago
SomberNight a9d0e3fca9
tests: try to eliminate random failures from mpp_split tests 4 years ago
SomberNight 228c4b4597
synchronizer: better handle history-status mismatch 4 years ago
SomberNight 4a8286c744
qrscanner: nicer error messages 4 years ago
ThomasV 22a14d42b2
Merge pull request #7061 from zebra-lucky/add_kivy_scan_qr_non_android 4 years ago
zebra-lucky f6011dc31a kivy: add app.scan_qr_non_android 4 years ago
ThomasV 10611876ee qt: update swap button together with can_send 4 years ago
ThomasV 618b008c54
Merge pull request #7060 from bitromortac/mpp-test-fix 4 years ago
bitromortac 9b0b78eca1
mpp_split: fix tests for python versions < 3.8 4 years ago
SomberNight 4937fd2788
scripts: add script that broadcasts tx to lots of servers 4 years ago
SomberNight 26d73cba0e
interface.get_history: enforce sorted order of heights 4 years ago
SomberNight 99845942e5
DeviceMgr: don't mark client as failing if create_client() is None 4 years ago
SomberNight e42120cac5
lnutil.LnFeatures: update LN_FEATURES_IMPLEMENTED 4 years ago
SomberNight baad8ab3ff
lnutil.LnFeatures: update context for "option_support_large_channel" 4 years ago
SomberNight 4aab843f17
lnutil.LnFeatures: impl and use "supports" method for feature-bit-tests 4 years ago
ThomasV 0369829e5e MPP: can_send/can_receive is now the sum, no longer the max 4 years ago
ThomasV 827cd344d5 enable MPP with trampoline 4 years ago
ThomasV 6922b416d6 follow-up prev commit 4 years ago
ThomasV 64c9ddb88d MPP: refactor code 4 years ago
ThomasV 9ea2c275ce
Merge pull request #7050 from bitromortac/mpp-send 4 years ago
bitromortac e9fe0ed22b
lnworker: use suggest_splits for multiple routes 4 years ago
bitromortac 9f84fa9580
lnonion: add total_msat to onion payment data 4 years ago
bitromortac 613bab145d
mpp_split: implement splitting logic 4 years ago
ThomasV 1c52203346 wizard: focus password field (fix #7048) 4 years ago
SomberNight 8bdbcf73d9
network.py: update bitcoin core error msg whitelist 4 years ago
ThomasV 3a40d48a6e lnpeer: remove recursve call in maybe_fulfill_htlc 4 years ago
ThomasV 9b7f9219a3 fix travis builds (update openssl) 4 years ago
Marius Baisan 55fdddb0b8 Add back the 'to_height' and 'from_height' to onchain_history command 4 years ago