-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Warn when the storage layout base is near the end of storage (2^64 slots or less) #15912
Conversation
a13d53e
to
f27af62
Compare
9d77c0f
to
acb5733
Compare
0c0c671
to
1423298
Compare
acb5733
to
fa803f5
Compare
1cd145c
to
85431e6
Compare
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.
The main problem is that the warning still only gets issued for contracts with a layout specifier. Other than that just a few minor things.
But I just pushed fixups that address all of this so I'm approving the PR. If you accept the fixups, you can simply squash them into the right commits and merge.
85431e6
to
b0104f3
Compare
b0104f3
to
5297950
Compare
part of #15727.