rust-lightning/fuzz/fuzz_targets
Matt Corallo ab00e4ccff Merge HTLC-update events, remove FailHTLC ErrorAction
UpdateFailHTLC isn't really an error anymore now that its handled
async after channel commitment (as required by BOLT 2), and since
its unused this is free. To resolve the TODO which intended to use
it for HTLC failure when trying to route forwards, we instead opt
to merge all the HTLC update events into one UpdateHTLCs event
which just contains a CommitmentUpdate object.
2018-08-23 16:11:20 -04:00
..
msg_targets Upgrade AFL to 0.4 with persistent mode fuzzing 2018-08-20 13:58:31 -04:00
utils Remove some dead Logger code 2018-08-16 23:11:15 -04:00
chanmon_deser_target.rs Upgrade AFL to 0.4 with persistent mode fuzzing 2018-08-20 13:58:31 -04:00
channel_target.rs Merge HTLC-update events, remove FailHTLC ErrorAction 2018-08-23 16:11:20 -04:00
full_stack_target.rs Merge HTLC-update events, remove FailHTLC ErrorAction 2018-08-23 16:11:20 -04:00
msg_ping_target.rs Upgrade AFL to 0.4 with persistent mode fuzzing 2018-08-20 13:58:31 -04:00
msg_pong_target.rs Upgrade AFL to 0.4 with persistent mode fuzzing 2018-08-20 13:58:31 -04:00
peer_crypt_target.rs Upgrade AFL to 0.4 with persistent mode fuzzing 2018-08-20 13:58:31 -04:00
router_target.rs Upgrade AFL to 0.4 with persistent mode fuzzing 2018-08-20 13:58:31 -04:00