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: implement EIP-3860: Limit and meter initcode (#23847) #318

Merged
merged 7 commits into from
May 18, 2023

Commits on May 9, 2023

  1. core/vm: implement EIP-3860: Limit and meter initcode (ethereum#23847)

    Implementation of https://eips.ethereum.org/EIPS/eip-3860, limit and meter initcode. This PR enables EIP-3860 as part of the Shanghai fork.
    
    Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com>
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
    4 people authored and NazariiDenha committed May 9, 2023
    Configuration menu
    Copy the full SHA
    30b2a0b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    d40c624 View commit details
    Browse the repository at this point in the history
  2. add ishanghai

    NazariiDenha committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b514be0 View commit details
    Browse the repository at this point in the history
  3. fix test

    NazariiDenha committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2fca58f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    b8eece4 View commit details
    Browse the repository at this point in the history
  2. fix

    NazariiDenha committed May 12, 2023
    Configuration menu
    Copy the full SHA
    64ea149 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    2e57f29 View commit details
    Browse the repository at this point in the history