p2pderivatives / rust-bitcoin-coin-selection

10 stars 5 forks source link

Add back lib fuzzer #61

Closed yancyribbens closed 1 month ago

yancyribbens commented 1 month ago

1) Add libfuzzer instead of honggfuzz. Initially tried out honggfuzz to follow suit with rust-bitcoin. However we are exploring switching to libfuzzer with rust-bitcoin as well: https://github.com/rust-bitcoin/rust-bitcoin/issues/3265#issuecomment-2316519736 2) Also switch the git remote to use a git ref of rust-bitcoin where Arbitrary was added. 3) Lastly, since a Git commit is used for bitcoin, I needed to update the string formatting since that changed in the yet to be release version of rust-bitcoin.