rust-lightning/lightning/src
Wilmer Paulino c8c535412d
Avoid persisting on same counterparty's ChannelUpdate
Some nodes may rebroadcast their `ChannelUpdate` to their counterparty
on every connection establishment, which leads to us doing an additional
persist most of the time when nothing has changed. Now, we'll only
persist if we receive an update that changes anything.
2023-09-29 09:01:46 -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 Batch funding for v1 channel establishments 2023-09-26 13:37:14 -07:00
ln Avoid persisting on same counterparty's ChannelUpdate 2023-09-29 09:01:46 -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 Make ignored candidate counts u32 2023-09-28 19:45:30 +02:00
sign Derive Hash for SpendableOutputDescriptor 2023-09-26 20:41:49 +00:00
sync Merge pull request #2167 from TheBlueMatt/2023-04-monitor-e-monitor-prep 2023-05-31 22:48:34 +00:00
util Merge pull request #2612 from TheBlueMatt/2023-09-namespace-split 2023-09-28 20:37:54 +00:00
lib.rs Ensure we build if a downstream crate sets --cfg=fuzzing 2023-06-20 23:22:15 +00:00