rust-lightning/fuzz/src
Matt Corallo b04219a767 Drop ChannelMonitor::write_for_watchtower
Not only was watchtower mode never implemented, but the bits that
we had were removed some time ago. It doesn't seem likely we'll
move forward with a "watchtower-mode" ChannelMonitor, instead
we'll likely have some other, separate struct for this.
2020-04-22 16:48:13 -04:00
..
bin Drop individual fuzz target duplicate_crash tests for file reader 2020-01-19 16:13:47 -05:00
msg_targets Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00
utils Refactor fuzzing to be a C-callable library plus rust binaries 2019-12-11 15:13:14 -05:00
chanmon_consistency.rs Concretize some types in fuzz, addressing new rustc warnings 2020-04-18 20:47:16 -04:00
chanmon_deser.rs Drop ChannelMonitor::write_for_watchtower 2020-04-22 16:48:13 -04:00
full_stack.rs Pass Route to send_payment as a reference, not move 2020-04-14 20:50:42 -04:00
lib.rs Refactor fuzzing to be a C-callable library plus rust binaries 2019-12-11 15:13:14 -05:00
peer_crypt.rs Drop individual fuzz target duplicate_crash tests for file reader 2020-01-19 16:13:47 -05:00
router.rs Allow more than one address per type in node_announcement messages 2020-03-05 18:42:49 -05:00