51 Commits (15eecab978242eb0d414fb765e22095044ae37e4)

Author SHA1 Message Date
SomberNight fda6fb6521 lnhtlc: handle fails asymmetrically 6 years ago
SomberNight 8632f027da lnhtlc: small clean-up / docstrings 6 years ago
SomberNight 268f05c60c lnhtlc: add type hints 6 years ago
ThomasV 82491ff083 do not duplicate ctn in channel log and config 6 years ago
ThomasV 8d28188d24 lnhtlc: remove unused field in log 6 years ago
ThomasV b215d6c4b7 lnhtlc: rename ctnheights -> ctn 6 years ago
SomberNight a565c500f6 lnhtlc: revert 0c4e7b856f8c96c4f0a33bf3e0d1c8fd8184bd36 6 years ago
ThomasV 11c0c0d5a1 lnhtlc: fix received_in_ctn (LOCAL->REMOTE) 6 years ago
Janus f618bb4a67 lnhtlc: handle settles like adds (asymmetrical across ctns) 6 years ago
Janus e56e849505 lnchan refactor 6 years ago
Janus 1763d02b05 rename lnhtlc->lnchan, HTLCStateMachine->Channel 6 years ago
Janus b26dc66567 lnhtlc: only store feerate once, don't store heights since we do not roll back 6 years ago
Janus e8471e483b lnhtlc: merge config and state, remove unnecessary properties 6 years ago
Janus 1d4c113a35 lnhtlc: remove lookup_htlc, use heterogeneously typed lists 6 years ago
Janus 699368b0b7 lnhtlc: save settled htlc amounts separately 6 years ago
SomberNight 029ec5a5ab make our channels private, and put routing hints in invoices we create 6 years ago
ThomasV 242ab5ae56 lightning: fix tests 6 years ago
ThomasV 6e5b36e661 lnwatcher simplification: remove ctn tests and pubkeys 6 years ago
ThomasV 11c3ca281c create sweep transaction outside of lnwatcher 6 years ago
Janus c5b7deac6b lnhtlc: don't save FeeUpdates to disk, only keep FeeUpdate in memory while in progress 6 years ago
Janus 1a7b06b690 lnhtlc: multiply weight by feerate before rounding 6 years ago
Janus a071aafcc7 lnhtlc: generalize balance/pending_commitment code over htlc direction 7 years ago
Janus e5f42a3973 lnhtlc: save settled or failed htlcs 7 years ago
Janus 5753cf9e05 ln fees: avoid resending same fee update before it has been committed to, docs 7 years ago
Janus d07adda3c0 lnhtlc: decrease next_htlc_id counter when removing htlcs when saving 7 years ago
ThomasV 1127d3f467 simplify syntax 7 years ago
Janus 878dc17acb ln: don't save htlcs that are not locked in 7 years ago
Janus 2c6925e526 lnhtlc: bip69 ordering of htlc signatues we generate 7 years ago
Janus e23e0d6c6e ln: avoid duplicated htlc filter code, support multiple htlcs better 7 years ago
Janus 50b3bc939c avoid reading from queues concurrently in pay() 7 years ago
Janus a04e37d050 keep htlc history in case a htlc fails 7 years ago
Janus cc7ef49c43 lnhtlc: also check received htlcs when validating commitment sigs 7 years ago
Janus 224226f427 ln: cooperative close with remote peer initiating 7 years ago
Janus d5d9270d0c lnhtlc: save logs and feeupdates 7 years ago
Janus eca5545004 lnhtlc: don't throw away fee updates or htlcs 7 years ago
Janus 02eca03486 lnhtlc: cleanup and save settled htlcs 7 years ago
Janus 6f5209ef85 lnhtlc: test that sent amount is received 7 years ago
Janus 261fefb6f3 lnwatcher rebased 7 years ago
SomberNight b85aea1541 qt: pay_lightning_invoice - attempt paying multiple times in case of failure 7 years ago
SomberNight 15a6a83107 ln onchain fees: use 2 block ETAs with 150 s/b fallback 7 years ago
SomberNight f3e5ba6ac1 more reliable peer and channel re-establishing 7 years ago
Janus 96a16adf30 ln: fix forwarded payment fees by removing separation between fee and amount in htlc objects 7 years ago
Janus a841fa3602 ln: save htlc signatures 7 years ago
Janus 7f0568d83a special case receiving payment after fee update, fee update injector 7 years ago
Janus 9853cc6f31 ln: do not use mSAT accuracy for commitment fees 7 years ago
Janus 66e7b4d250 ln: fundee must commit to fee first 7 years ago
Janus 74b180a4e6 use correct dust limit for their to_local/to_remote outputs 7 years ago
Janus 478e484c54 ln: initialize genesis with object, fix method name typo, use depth_target_to_fee 7 years ago
ThomasV bc28edf178 encapsulate funding_address_for_channel 7 years ago
Janus d740475e7a move channel_state into HTLCStateMachine 7 years ago