-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a flag to disable slither integration #646
Comments
Hey @ggrieco-tob! Echidna fails in my case with the following message |
Hi, please use |
Thanks for your quick reply @ggrieco-tob! Here's the full error output. Error Traceback
I should also mention that I can successfully compile and run the fuzzing harness with Foundry. |
Hey @ggrieco-tob! Would you please be able to point me to how I can disable slither in echidna? I think the issue I'm encountering might be related to this one crytic/slither#1622. |
This is still not implemented, the main reason is that we absolutely need slither to make sure echidna is effective in the code exploration but we can implement a workaround. @arcz can you take a look to this? |
Oh I see, I didn't know slither plays an important role in your fuzzing engine. It would be great if the bug could be fixed in slither so that the efficiency of code exploration is not compromised, but I'm not sure how much work this would entail @arcz. |
We have a vyper workaround that skips slither but ideally we want allow the user to disable slither if it fails for some reason.
The text was updated successfully, but these errors were encountered: