-
Notifications
You must be signed in to change notification settings - Fork 964
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
ParsingError with solidity's custom errors #893
Comments
@montyly |
I installed slither yesterday and I receive the same error. Is it supposed to be resolved? |
The release is coming this week, but you can build Slither from the master branch and it should work. |
Great thanks |
@dguido on Re Installing I got this since I am using custom errors and my slither version was old |
@montyly Maybe this is same problem, please help to check
|
I'm still getting this error :
|
Hi team!
I'm introducing slither for my company's contract security. This project is really cool!
Solidity 0.8.4 adds a new feature, Custom errors.
If
slither .
command is executed on contracts including the Custom Errors, a parsing error is thrownErrorDefinition
is class for the Custom Error of Solidity.Thanks
The text was updated successfully, but these errors were encountered: