-
Notifications
You must be signed in to change notification settings - Fork 286
Add support for user defined value types #658
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
Conversation
|
I added tests for when we don't have detailed layout info (specifically |
|
Hi @frangio. I just tested out this particular commit on my local codebase, and now I am getting a different error further along, still to do with User Defined Value Types. This time it looks like it's doing something in I can help out to narrow down a minimal example contract, but I don't know how to find out what node |
|
Thanks for testing. The ids are present in the AST in |
ericglau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Can you also add a changelog entry? |
|
Done! |
Fixes #438
Fixes #477
User defined value types are not supported without storage layout info, this is fine because they only exist in >=0.8.8, and I think we always have storage layout info for those versions. Unsure about Truffle to be honest, do we have storage layout in Truffle?