rust-lightning/fuzz/src
Matt Corallo acf68eddef [fuzz] Test chanmon_consistency payment-send errors are sane
Instead of simply always considering a payment-send failure as
acceptable (and aborting fuzzing), we check that a payment send
failure is from a list of errors that we know we can hit, mostly
around maxing out our channel balance.

Critically, we keep going after hitting an error, as there's no
reason channels should get out of sync even if a send fails.
2020-11-21 12:10:24 -05:00
..
bin Adding fuzzers for gossip_queries messages 2020-09-14 16:19:32 -04:00
msg_targets Adding fuzzers for gossip_queries messages 2020-09-14 16:19:32 -04:00
utils Integrate Persist into ChainMonitor. 2020-10-16 11:30:34 -04:00
chanmon_consistency.rs [fuzz] Test chanmon_consistency payment-send errors are sane 2020-11-21 12:10:24 -05:00
chanmon_deser.rs Rename ChannelMonitor::write_for_disk --> serialize_for_disk 2020-10-16 13:41:39 -04:00
full_stack.rs Integrate Persist into ChainMonitor. 2020-10-16 11:30:34 -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 Replace ChainWatchInterface in NetGraphMsgHandler 2020-09-30 22:39:38 -07:00