13418 Commits (06ea06f7d37a02d7d242d84eca89da3d85191c1b)
 

Author SHA1 Message Date
SomberNight 06ea06f7d3
_calc_routing_hints_for_invoice: incl max 15 chans to avoid qr overflow 4 years ago
SomberNight 6f894b9f88
_calc_routing_hints_for_invoice: also incl chans < invoice amount 4 years ago
SomberNight 1139720b58
lnworker: fix handle_error_code_from_failed_htlc for private channels 4 years ago
SomberNight b3b87555dc
qt/kivy: lightning_tx_dialog: show LN invoice 4 years ago
SomberNight c3ae1c0965
android build: (trivial) build arm64 apk first 4 years ago
SomberNight a9185b0846
follow-up prev 4 years ago
SomberNight 6094f2751e
kivy channel dialog: fix unit of displayed feerate 4 years ago
SomberNight 7d7dcf0795
qt/kivy ChannelsList: if node alias is unknown, display node id 4 years ago
SomberNight dd37151d65
qt ChannelsList: (trivial) format_fields should not know column order 4 years ago
SomberNight bf7129d57e
synchronizer/verifier: ensure fairness between wallets (follow-up) 4 years ago
SomberNight e0cfb2179d
bech32: another around 10% speedup for bech32_decode 4 years ago
SomberNight b83f7159a9
bech32: around 5% speedup for bech32_decode 4 years ago
SomberNight d7597d96d0
lnaddr: 15x speedup for lndecode 4 years ago
SomberNight 2b693d3498
tests: fix test_lnpeer.test_payment_race 4 years ago
ThomasV bc1ec6ac34 Qt: fix running GUI offline 4 years ago
ThomasV 5175a97671 test_payment_race: increase delay 4 years ago
ThomasV f32d49b8ca revert 'keep invoice INFLIGHT', check HTLCs before payment attempt 4 years ago
ThomasV 38652cffb0 fix test_lnpeer (follow-up prev commit) 4 years ago
ThomasV b6b13217b4 lnworker: keep invoice status INFLIGHT as long as HTLCs are inflight 4 years ago
SomberNight 2f223cdf46
qt channels dialog: fix for channel backups 4 years ago
SomberNight d85e910262
logging: eliminate "fee_estimates" log spam 4 years ago
ThomasV 7f61f22857 MPP receive: allow payer to retry after mpp timeout 4 years ago
ghost43 0ce6adffcc
Merge pull request #6968 from HardCorePawn/issue6664 4 years ago
SomberNight f9f49daad7
tx dialog: uniform high fee warnings between GUIs 4 years ago
SomberNight fc3009918c
follow-up prev: some clean-up 4 years ago
hcp e01a2014b1
qt tx dialog: also display fiat amounts 4 years ago
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