rust-lightning/fuzz/fuzz_targets
Matt Corallo da014797b0 Properly calculate Channel::announce_publicly
For some reason we were only setting "announce_publicly" when
Channel::new_from_req had announce_publicly set to true and the
open_channel message had the relevant flag set. However, this
resulted in us rejecting peers for sending unsolicited
announcement_signatures messages, despite them having indicated,
and us having accepted, their announce-bit-set open_channel.
2018-07-26 15:11:36 -04:00
..
msg_targets Implement ErrorMessage msg and ErrorAction::SendErrorMessage + fuzz test 2018-07-23 14:31:44 -04:00
chanmon_deser_target.rs Shorten channelmonitor_deserialize_target's name for AFL 2018-07-18 14:36:48 -04:00
channel_target.rs Properly calculate Channel::announce_publicly 2018-07-26 15:11:36 -04:00
full_stack_target.rs PendingHTLCsForwardable really should just be upstreamed. 2018-07-24 22:33:10 -04:00
msg_ping_target.rs Add ping/pong fuzz targets 2018-06-16 23:26:56 -04:00
msg_pong_target.rs Add ping/pong fuzz targets 2018-06-16 23:26:56 -04:00
peer_crypt_target.rs Expand full_stack_target from uselessly-large to laughably-large 2018-04-02 18:07:03 -04:00
router_target.rs Add router_target to fuzzing which fuzzes router msgs + get_route 2018-07-25 16:25:12 -04:00