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

Implement EIP-7610 (non-empty storage create collision) and upgrade execution-tests #816

Merged
merged 2 commits into from
May 8, 2024

Commits on May 8, 2024

  1. state: Implement EIP-7610

    This implements EIP-7610: Revert creation in case of non-empty storage.
    When a contract creation collides with an existing account
    it also reverts in case of the storage not being empty.
    
    https://eips.ethereum.org/EIPS/eip-7610
    chfast committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5d3a547 View commit details
    Browse the repository at this point in the history
  2. ci: Upgrade ethereum/tests to v13.3

    Also disable EIP tests for EIP-2537 because this is not implemented.
    chfast committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f538f9e View commit details
    Browse the repository at this point in the history