]> git.bitcoin.ninja Git - rust-lightning/commit
Add & generate dual-funding message fuzzing
authorDuncan Dean <duncangleeddean@gmail.com>
Mon, 13 Mar 2023 09:44:31 +0000 (11:44 +0200)
committerDuncan Dean <git@dunxen.dev>
Fri, 5 May 2023 09:40:53 +0000 (11:40 +0200)
commit2ace882d3929c84ba51d1909f7db4d7e3f2daaed
treecc1349815373597ed7d7778d3ac197cdd0152b49
parent4e9a358baad21496734334e723db5a6645e6a205
Add & generate dual-funding message fuzzing
26 files changed:
fuzz/src/bin/gen_target.sh
fuzz/src/bin/msg_accept_channel_v2_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_open_channel_v2_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_abort_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_ack_rbf_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_add_input_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_add_output_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_complete_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_init_rbf_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_remove_input_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_remove_output_target.rs [new file with mode: 0644]
fuzz/src/bin/msg_tx_signatures_target.rs [new file with mode: 0644]
fuzz/src/msg_targets/gen_target.sh
fuzz/src/msg_targets/mod.rs
fuzz/src/msg_targets/msg_accept_channel_v2.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_open_channel_v2.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_abort.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_ack_rbf.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_add_input.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_add_output.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_complete.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_init_rbf.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_remove_input.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_remove_output.rs [new file with mode: 0644]
fuzz/src/msg_targets/msg_tx_signatures.rs [new file with mode: 0644]
fuzz/targets.h