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

core/vm,params/vars: "correctly" implement EIP2200 SLOAD gas cost change #144

Merged
merged 1 commit into from
Feb 13, 2020

Commits on Feb 11, 2020

  1. core/vm,params/vars: implement missing SLOAD gas cost change

    - https://eips.ethereum.org/EIPS/eip-2200
    - https://eips.ethereum.org/EIPS/eip-1884
    
    EIP2200 is implemented simultaneously with 1884
    on the ETH nets, rendering this somewhat redundant.
    But other networks may care, and this changeset
    should be handled carefully, since either or both
    2200 1884 may be live with or without the other.
    
    Signed-off-by: meows <b5c6@protonmail.com>
    meowsbits committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    9ad9394 View commit details
    Browse the repository at this point in the history