-
Notifications
You must be signed in to change notification settings - Fork 389
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
Echidna fails with solc 0.6.x #337
Labels
Comments
We should wait for hevm to merge this. |
aside: |
hevm 0.37 now supports 0.6.x source files |
Thanks a lot @MrChico!. We will prepare a PR to upgrade to hevm 0.37 soon. |
This is already fixed. Please re-open if some example fails. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example with:
If echidna is called with 0.5.14, everything works:
But if 0.6.0 is used, echidna crashes:
It looks like the src mapping format slightly changed:
The Solidity 0.6 changelog mentions:
Most likely this "modifier depth" is not handled by hevm?
The text was updated successfully, but these errors were encountered: