rust-lightning/fuzz/fuzz_targets
Antoine Riard 0052b2c5c3 Provide peer local_features to handle_open_channel/accept_channel
Peer may send us a shutdown_scriptpubkey in open_channel or
accept_channel messages. Before to enforce this policy on channel
closing, we want to be sure that our peer has opt-in to it.

Extend LocalFeatures new method visibilty from crate to public
for fuzz tests
2019-07-22 13:13:01 -04:00
..
msg_targets Utilize Writer size hinting in message fuzz targets and check them 2018-09-16 14:33:50 -04:00
utils Take the logger from test_utils into fuzz::test_utils 2019-01-24 13:16:59 -05:00
chanmon_deser_target.rs migration to rust-bitcoin 0.17 2019-03-07 18:50:02 +01:00
chanmon_fail_consistency.rs Provide peer local_features to handle_open_channel/accept_channel 2019-07-22 13:13:01 -04:00
full_stack_target.rs Delay failure of non-dust HTLC-outputs until solving timeout tx matures 2019-07-17 15:26:33 -04:00
peer_crypt_target.rs Upgrade to secp256k1 v12, bitcoin v16, and crates bitcoin_hashes 2019-01-22 13:49:15 -05:00
router_target.rs Add balance and is_live fields to ChannelDetails 2019-07-18 18:02:31 -04:00