Skip to content
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

Cancel istanbul gas changes #939

Merged
merged 3 commits into from
Mar 28, 2020
Merged

Cancel istanbul gas changes #939

merged 3 commits into from
Mar 28, 2020

Conversation

mrsmkl
Copy link
Contributor

@mrsmkl mrsmkl commented Mar 27, 2020

Description

This removes EIP 1884 gas changes from the Istanbul hard fork.

Tested

Other changes

Related issues

Backwards compatibility

@mrsmkl mrsmkl requested review from asaj and timmoreton as code owners March 27, 2020 10:11
core/vm/eips.go Show resolved Hide resolved
core/vm/eips.go Show resolved Hide resolved
@nategraf nategraf merged commit fee4f33 into master Mar 28, 2020
@mcortesi mcortesi deleted the mrsmkl/istanbul-no-gas-change branch July 21, 2020 17:39
oneeman pushed a commit that referenced this pull request Nov 6, 2020
The original geth implementation of EIP-2200 assumed EIP-1884 was also enabled.  It didn't cause problems since both were part of the Istanbul hard fork.  But a later commit to geth made EIP-2200's implementation correct apart from EIP-1884.  This commit comments out the change to SLOAD's gas cost, which is needed for backwards compatibility, since Celo didn't adopt the corresponding change in EIP-1884 (also commented out in the code), see PR #939.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants