rust-lightning/lightning/src
Wilmer Paulino 3c83783800
Use correct input sequence for HTLC claims from counterparty commitments
HTLC outputs, like the `to_remote` output, in commitment transactions
with anchor outputs also have an additional `1 CSV` constraint on the
counterparty. When spending such outputs, their corresponding input
needs to have their sequence set to 1. This was done for HTLC claims
from holder commitments, but unfortunately not for counterparty
commitments as we were lacking test coverage.
2023-09-27 11:49:57 -07:00
..
blinded_path Only allow creating 1-hop blinded paths. 2023-09-12 18:12:03 -04:00
chain Use correct input sequence for HTLC claims from counterparty commitments 2023-09-27 11:49:57 -07:00
events Sanity check fees on transactions produced by the bump event handler 2023-09-19 11:13:44 -07:00
ln Use correct input sequence for HTLC claims from counterparty commitments 2023-09-27 11:49:57 -07:00
offers Add tests for send_payment_for_bolt12_invoice 2023-09-07 16:55:22 -05:00
onion_message public make_onion_message static method on OnionMessenger 2023-09-20 13:42:35 -07:00
routing Merge pull request #2417 from tnull/2023-07-max-total-fee 2023-09-26 20:07:52 +00:00
sign Merge pull request #2441 from arik-so/2023-07-taproot-signer-wrapped 2023-08-22 17:49:24 -07:00
sync Merge pull request #2167 from TheBlueMatt/2023-04-monitor-e-monitor-prep 2023-05-31 22:48:34 +00:00
util Add an UnrecoverableError variant to ChannelMonitorUpdateStatus 2023-09-21 19:12:31 +00:00
lib.rs Ensure we build if a downstream crate sets --cfg=fuzzing 2023-06-20 23:22:15 +00:00