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

(feat) core/vm: implement EIP-5656, mcopy opcode #697

Merged
merged 6 commits into from
Apr 24, 2024
Merged

(feat) core/vm: implement EIP-5656, mcopy opcode #697

merged 6 commits into from
Apr 24, 2024

Commits on Apr 9, 2024

  1. core/vm: implement EIP-5656, mcopy instruction (ethereum#26181)

    Implements [EIP 5656](https://eips.ethereum.org/EIPS/eip-5656), MCOPY instruction, and enables it for Cancun.
    
    ---------
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    2 people authored and NazariiDenha committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2adbe12 View commit details
    Browse the repository at this point in the history
  2. update version

    NazariiDenha committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    28047a0 View commit details
    Browse the repository at this point in the history
  3. goimports

    NazariiDenha committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6a4ad65 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

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