-
Notifications
You must be signed in to change notification settings - Fork 757
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
[Constantinople] EIP 1283 SSTORE net metering #354
Comments
I just looked at this one, what would be the best way to get an initial storage value, seems not really obvious. Is there some refactoring already happening for that? |
No idea yet, we'll have to work this out together. |
it is but does it get the initial storage or the current storage? |
as @yann300 mentioned, |
@vpulim For now this should work, better to have these updates ready in time for the dev tools to be used that start with complex |
EIP 1283 SSTORE net metering without dirty maps (replaces EIP-1087)
Test Situation:
Open PR, affecting lots of tests
ethereum/tests#511
ethereum/tests#483
Implementation in the VM:
Mostly/all in the SSTORE opcode code.
The text was updated successfully, but these errors were encountered: