-
Notifications
You must be signed in to change notification settings - Fork 5
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
support full storage key space #100
Conversation
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.
Very nice catch, thanks!
So this PR fixes two problems: The storage pointer values should not be truncated to the register size so that arbitrary storage keys work, not just ones that fall below our register size. And failed storage value reads now guarantee to return the zero value on error. Could you please add that to the PR description?
/tip small |
Ah okay, of course the tip bot isn't set up for this repo |
yes sure, I was waiting for you review first :) |
This PR addresses two key issues: