Rappie
Rappie
I would love to see this added, I believe it can be very powerful. Echidna equivalent: https://github.com/crytic/echidna/issues/883
Turns out the issue was caused by this Foundry setting: ```toml bytecode_hash = "none" ``` https://book.getfoundry.sh/reference/config/solidity-compiler#bytecode_hash
This is awesome, I want this feature so bad :laughing:
I don't see this branch under Actions to download the binary :thinking:
I'm still very interested in this, despite the performance loss. It would be great to have this in `master` as a togglable feature :slightly_smiling_face:
Optimization mode does not shrink while the fuzzer is running, right? Because it has no "end state"
I'm not using any cheatcodes. I'm trying to keep it as clean as possible. It's a pretty straightforward function that just does a lot, based on a complex state. Things...
I'm debating whether or not to do a more precise benchmark, and also including Foundry. Would this be helpful? Or is this information already available somewhere?
Here are the benchmark results: - Echidna: `592767` - Medusa: `601767` - Foundry: `601817` Looks like Medusa is very accurate (assuming Foundry is accurate). Repo: https://github.com/rappie/fuzzer-gas-metric-benchmark Any feedback is welcome...
I think this one can be closed, if I recall correctly @elopez fixed the gas calculation in Echidna.