Bruno Garcia
Bruno Garcia
Closed as resolved. All impl has fixed it.
> I mention all this because I've never applied fuzzing myself, besides thinking that I have an idea of how it works. I guess "differential testing" refers to a comparative...
> Hi [@brunoerg](https://github.com/brunoerg), I was thinking if we could add the coin-selection target for [electrum](https://github.com/spesmilo/electrum) and [bcoin](https://github.com/bcoin-org/bcoin) as well with bdk and bitcoin-core. I can take this up if none...
friendly ping: @apoelstra
cc @erickcestari
It seems we could improve (we can concetrate ideas on other issue), but I figured out my issue on it. Closing for now.
code lgtm! (did not review build stuff)
Concept ACK
I think this a good start point for you @i-am-yuvi
> Have you tried just using e.g. `afl-clang-fast++` instead of `clang`? It also supports the `fuzzer` sanitizer flag and will link against it's own `LLVMFuzzerTestOneInput` driver, so you wouldn't really...