rust-lightning/fuzz/src
Matt Corallo 150c87a089
Give us a self when reading a custom onion message
+ remove MaybeReadableArgs trait as it is now unused
+ remove onion_utils::DecodeInput as it would've now needed to be parameterized
by the CustomOnionMessageHandler trait, and we'd like to avoid either
implementing DecodeInput in messenger or having onion_utils depend on
onion_message::*

Co-authored-by: Matt Corallo <git@bluematt.me>
Co-authored-by: Valentine Wallace <vwallace@protonmail.com>
2022-10-27 15:58:33 -04:00
..
bin Fuzz test onion messages 2022-08-16 12:12:10 -04:00
msg_targets Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
utils Rework chain::Watch return types to make async updates less scary 2022-09-29 20:27:53 +00:00
chanmon_consistency.rs Deparametrize ChannelManager to infer Signer from its KeysInterface. 2022-10-25 10:02:28 -07:00
chanmon_deser.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
full_stack.rs Deparametrize ChannelManager to infer Signer from its KeysInterface. 2022-10-25 10:02:28 -07:00
lib.rs Fuzz test onion messages 2022-08-16 12:12:10 -04:00
onion_message.rs Give us a self when reading a custom onion message 2022-10-27 15:58:33 -04:00
peer_crypt.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
process_network_graph.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
router.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
zbase32.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00