X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Fmsg_targets%2Fmod.rs;h=fe3bd14a7c9e25e4645f0c069d5d07a9ac3e0627;hb=0d3adb8fa08474b6d893a373b78e0195d061cfe6;hp=ef3c489f041768721328499c1f120ddc7db07f2d;hpb=31cc243e6f04e82f7754d26df7a2bb0275d7ebd1;p=rust-lightning diff --git a/fuzz/src/msg_targets/mod.rs b/fuzz/src/msg_targets/mod.rs index ef3c489f..fe3bd14a 100644 --- a/fuzz/src/msg_targets/mod.rs +++ b/fuzz/src/msg_targets/mod.rs @@ -1,26 +1,44 @@ mod utils; pub mod msg_accept_channel; pub mod msg_announcement_signatures; -pub mod msg_channel_reestablish; pub mod msg_closing_signed; pub mod msg_commitment_signed; -pub mod msg_decoded_onion_error_packet; pub mod msg_funding_created; -pub mod msg_funding_locked; +pub mod msg_channel_ready; pub mod msg_funding_signed; +pub mod msg_gossip_timestamp_filter; +pub mod msg_init; +pub mod msg_onion_hop_data; pub mod msg_open_channel; +pub mod msg_ping; +pub mod msg_pong; +pub mod msg_query_channel_range; +pub mod msg_reply_short_channel_ids_end; pub mod msg_revoke_and_ack; pub mod msg_shutdown; +pub mod msg_update_add_htlc; pub mod msg_update_fail_htlc; pub mod msg_update_fail_malformed_htlc; pub mod msg_update_fee; pub mod msg_update_fulfill_htlc; +pub mod msg_channel_reestablish; +pub mod msg_decoded_onion_error_packet; pub mod msg_channel_announcement; -pub mod msg_channel_update; pub mod msg_node_announcement; -pub mod msg_update_add_htlc; +pub mod msg_query_short_channel_ids; +pub mod msg_reply_channel_range; pub mod msg_error_message; -pub mod msg_onion_hop_data; -pub mod msg_init; -pub mod msg_ping; -pub mod msg_pong; +pub mod msg_warning_message; +pub mod msg_channel_update; +pub mod msg_channel_details; +pub mod msg_open_channel_v2; +pub mod msg_accept_channel_v2; +pub mod msg_tx_add_input; +pub mod msg_tx_add_output; +pub mod msg_tx_remove_input; +pub mod msg_tx_remove_output; +pub mod msg_tx_complete; +pub mod msg_tx_signatures; +pub mod msg_tx_init_rbf; +pub mod msg_tx_ack_rbf; +pub mod msg_tx_abort;