rust-lightning/fuzz/src/bin
2023-11-07 12:13:58 +01:00
..
base32_target.rs Add RFC4648 base32 encode and decode functions 2023-09-06 15:07:25 +03:00
bech32_parse_target.rs Fuzz test for bech32 decoding 2023-02-23 18:25:49 -06:00
chanmon_consistency_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
chanmon_deser_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
fromstr_to_netaddress_target.rs Implement from_str trait for NetAddress 2023-09-06 19:25:30 +03:00
full_stack_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
gen_target.sh Add Splicing (and Quiescence) wire message definitions 2023-11-07 12:13:58 +01:00
indexedmap_target.rs Add a fuzzer to check that IndexedMap is equivalent to BTreeMap 2023-01-25 18:58:51 +00:00
invoice_deser_target.rs Fuzz test for parsing Invoice 2023-02-23 18:25:49 -06:00
invoice_request_deser_target.rs Fuzz test for parsing InvoiceRequest 2023-02-23 18:24:41 -06:00
msg_accept_channel_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_accept_channel_v2_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_announcement_signatures_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_channel_announcement_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_channel_details_target.rs Add a fuzzer to check that IndexedMap is equivalent to BTreeMap 2023-01-25 18:58:51 +00:00
msg_channel_ready_target.rs Rename FundingLocked to ChannelReady. 2022-05-30 17:07:09 -07:00
msg_channel_reestablish_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_channel_update_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_closing_signed_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_commitment_signed_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_decoded_onion_error_packet_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_error_message_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_funding_created_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_funding_signed_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_gossip_timestamp_filter_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_init_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_node_announcement_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_open_channel_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_open_channel_v2_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_ping_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_pong_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_query_channel_range_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_query_short_channel_ids_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_reply_channel_range_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_reply_short_channel_ids_end_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_revoke_and_ack_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_shutdown_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_splice_ack_target.rs Add Splicing (and Quiescence) wire message definitions 2023-11-07 12:13:58 +01:00
msg_splice_locked_target.rs Add Splicing (and Quiescence) wire message definitions 2023-11-07 12:13:58 +01:00
msg_splice_target.rs Add Splicing (and Quiescence) wire message definitions 2023-11-07 12:13:58 +01:00
msg_stfu_target.rs Add Splicing (and Quiescence) wire message definitions 2023-11-07 12:13:58 +01:00
msg_tx_abort_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_ack_rbf_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_add_input_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_add_output_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_complete_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_init_rbf_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_remove_input_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_remove_output_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_tx_signatures_target.rs Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_update_add_htlc_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_update_fail_htlc_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_update_fail_malformed_htlc_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_update_fee_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
msg_update_fulfill_htlc_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
offer_deser_target.rs Fuzz test for parsing Offer 2023-02-08 18:47:48 -06:00
onion_hop_data_target.rs Receive payment onions as new InboundPayload instead of OnionHopData 2023-08-02 12:54:34 -07:00
onion_message_target.rs Fuzz test onion messages 2022-08-16 12:12:10 -04:00
peer_crypt_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
process_network_graph_target.rs Introduce graph sync crate for fast-forwarding through gossip data downloaded from a server. 2022-05-25 01:21:33 -07:00
refund_deser_target.rs Fuzz test for parsing Refund 2023-02-08 19:02:17 -06:00
router_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
target_template.txt Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00
zbase32_target.rs Add explicit compile errors when cfg=fuzzing is mis-set 2022-02-18 17:03:04 +00:00