-
Notifications
You must be signed in to change notification settings - Fork 967
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
[Bug]: ParsingError: Type not found struct Checkpoints.Trace208 in Slither Analysis #2562
Comments
Hi, can you please confirm if this is an issue on the latest version? I see you are using an older Slither release. Thanks! |
Checked with version |
Hey any update on this? Thanks 😊 |
Leaving this as reference for the future. |
Describe the issue:
When running Slither on our smart contracts, we encounter a
ParsingError
indicating that the typeCheckpoints.Trace208
cannot be found. This prevents Slither from running as expected.Checkpoints.Trace208
is defined in the code and slither was working fine on smart contracts that were usingCheckpoints.Trace208
until we added some new smart contracts and increases the size of our repo.Code example to reproduce the issue:
https://github.com/vechain/vebetterdao-contracts
Version:
0.10.3
Relevant log output:
The text was updated successfully, but these errors were encountered: