rust-lightning/lightning/src
Arik Sosman 43a9215b79
Fix persister/chain_monitor lifetimes.
The persister and chain_monitor variables must
be declared before the node channel manager is
initialized to avoid out of order deallocation.
2023-08-22 14:23:55 -07:00
..
blinded_path Fuzz test blinded payment pathfinding 2023-07-25 16:32:33 -07:00
chain Delay RAA-after-next processing until PaymentSent is are handled 2023-08-17 22:19:48 +00:00
events Merge pull request #2478 from waterson/settle-htlcs 2023-08-21 22:32:54 +00:00
ln Fix persister/chain_monitor lifetimes. 2023-08-22 14:23:55 -07:00
offers Make OffersMessage and offers errors Cloneable 2023-07-20 21:43:52 +00:00
onion_message Add onion message test vectors 2023-07-27 11:55:47 -07:00
routing Merge pull request #2498 from arik-so/arik/2023-08-gossip-logging 2023-08-21 22:34:34 +00:00
sign Tweak PSBT signing for bindings compatibility 2023-07-20 21:43:52 +00:00
sync Merge pull request #2167 from TheBlueMatt/2023-04-monitor-e-monitor-prep 2023-05-31 22:48:34 +00:00
util Don't require import of internal macros 2023-08-17 10:50:23 +02:00
lib.rs Ensure we build if a downstream crate sets --cfg=fuzzing 2023-06-20 23:22:15 +00:00