Bruno Garcia
Bruno Garcia
> do you want to know which mutations would result in a failure of cargo-fuzz? As far as I've used mutagen, it basically test the mutants with `cargo test`, right?...
cc: @achow101
cc: @maflcko
Rebased and fixed `ToString` usage.
> Let me know if I'm missing something but at what point is the fuzzed wallet funded? I generated a coverage report and the test seems to blocked at SelectCoins...
> It is not being funded, I will add it. Thanks. Force-pushed adding it.
> Yes, calling SeedRandomForTest(SeedRand::ZEROS) at the beginning of every iteration improves stability from 28% to 70%. Cool, I'll address it.
Force-pushed adding `SeedRandomForTest`