rust-lightning/fuzz/src
Matt Corallo 990d1de99a Use KeysInterface::read_chan_signer for all channel keys deser
This drops any direct calls to a generic `ChannelKeys::read()` and
replaces it with the new `KeysInterface::read_chan_signer()`. Still,
under the hood all of our own `KeysInterface::read_chan_signer()`
implementations simply call out to a `Readable::read()` implemention.
2021-01-04 12:40:40 -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 Use KeysInterface::read_chan_signer for all channel keys deser 2021-01-04 12:40:40 -05:00
chanmon_deser.rs Use KeysInterface::read_chan_signer for all channel keys deser 2021-01-04 12:40:40 -05:00
full_stack.rs Add a new method read_chan_signer to KeysInterface 2021-01-04 12:40:40 -05: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 Add genesis block hash to NetworkGraph 2020-12-09 15:02:32 -05:00