rust-lightning/fuzz/src
Valentine Wallace ad18c4d853
Add commitment transaction broadcast as a ChannelMonitor event
To do this, we replace get_and_clear_pending_htlcs_updated with
get_and_clear_pending_monitor_events, and which still transmits HTLCUpdates
as before, but now also transmits a new MonitorEvent::CommitmentTxBroadcasted
event when a channel's commitment transaction is broadcasted.
2020-08-25 16:37:49 -04:00
..
bin Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
msg_targets Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
utils Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
chanmon_consistency.rs Add commitment transaction broadcast as a ChannelMonitor event 2020-08-25 16:37:49 -04:00
chanmon_deser.rs ChannelManager+Router++ Logger Arc --> Deref 2020-05-17 12:33:43 -04:00
full_stack.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
lib.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
peer_crypt.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
router.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00