marcofleon

Results 5 comments of marcofleon

If I don't start with a seed corpus (inputs from scratch) then it seems to run fine. I let it go for a while and no crashes happen. It's only...

Adjusted some things on my machine and used `-merge=1` and it successfully merges after several attempts. Thank you for the help @maflcko and @brunoerg

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` in...

> Does it improve if you call `SeedRandomForTest` before every execution of every fuzz input? Yes, calling `SeedRandomForTest(SeedRand::ZEROS)` at the beginning of every iteration improves stability from 28% to 70%.

Sorry for taking a bit here. I still would like to figure out the stability issues for this harness (it's at about 70%), but it's turning into a whole rabbithole...