-
Notifications
You must be signed in to change notification settings - Fork 61
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
Syura Graph Feature Doesn't Work for Contracts with Named Mappings (0.8.18+) #137
Labels
Comments
Yeah,I've met too. But I don't know what problem is causing it. Other contract files without |
Yeah, I have same error. Though I think it's Surya related problem since with cmd it also fails to produce graphs. |
Possibly related to Consensys/surya#190, which was just fixed in Surya v0.4.9. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When enabling the graph feature in a solidity contract of version 0.8.18 or higher, and if there exists a named mapping like
mapping(address token => address owner) private data;
the graph feature fails to function without providing any error messages. It simply does not generate the graph.Has anyone else encountered this issue?
The text was updated successfully, but these errors were encountered: