echidna-parade
echidna-parade copied to clipboard
The Empire Hacking Slack inviter has been migrated and is now at a new URL. This is an automated PR, please merge on approval
Some projects require custom crytic-compile args. (In my case I need `--solc-remaps` passed to crytic-compile. I suspect many projects will require the same). However, in https://github.com/crytic/echidna-parade/blob/main/echidna_parade/campaign.py#L30 echidna-parade ignores this parameter...
Fuzzing a contract with a single public function: NameError: name 'generate_config' is not defined
Hi, I am attempting to run `echidna-parade` on a smart contracts with a single public function. I am getting the following error.. ``` Traceback (most recent call last): File "/home/edinella/.local/bin/echidna-parade",...
Ideally, we could have a special echidna-parade command to stop a certain campaign: echdina-parade --stop parade.XXXXX This will terminate all the corresponding echidna instances and the actual script, but saving...
Sometimes, all we need to is to call certain functions with certain sender (always the same). If we have multiple callers, the probability is very low, so restricting to use...
It will be nice to inform the user which config options are correlated with a higher probability of getting new coverage. My comment on this was: This one's definitely "advanced...
If a contract is large and the corpus grows, the entire testing time for each instance will be dedicated to re-test the corpus and no new input will be ever...