rust-lightning/lightning/src
Wilmer Paulino f3a5a72346
Update anchors test vectors to zero HTLC transaction fee variant
Each test featuring HTLCs had a minimum and maximum feerate case. This
is no longer necessary for the zero HTLC transaction anchors variant as
the commitment feerate does not impact whether HTLCs can be trimmed or
not, only the dust limit does.
2022-09-13 10:58:39 -07:00
..
chain Update HTLC script detection to check for anchor output variants 2022-09-13 10:58:32 -07:00
ln Update anchors test vectors to zero HTLC transaction fee variant 2022-09-13 10:58:39 -07:00
onion_message Drop unused type parameter on BlindedRoute::new 2022-09-12 16:26:58 +00:00
routing Do not use blanket impls when building for c_bindings 2022-09-12 16:26:58 +00:00
util Account for zero fee HTLC transaction within dust limit calculation 2022-09-13 10:58:36 -07:00
debug_sync.rs Fix new compilation warnings in debug_sync module 2022-07-26 20:29:36 +00:00
lib.rs Expose onion message module as public 2022-09-02 16:25:32 -04:00
sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00