Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update EIPS/eip-7610.md
Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
  • Loading branch information
rjl493456442 and SamWilsn authored Apr 2, 2024
commit cf2e790d0588b0d7571eb518a28e6c211f1f0f81
2 changes: 1 addition & 1 deletion EIPS/eip-7610.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is an execution layer upgrade, and so it requires a hard fork.

## Test Cases

There exists quite a number of tests in the ethereum tests repo aswell as in the execution spec tests, which test the scenario of deployment to targets with non-empty storage. These tests have been considered problematic in the past; Reth and EELS both intentionally implement a version of the account reset solely to pass the tests. Py-evm declared the situation impossible and never implemented account reset.
There exists quite a number of tests in the ethereum tests repo as well as in the execution spec tests, which test the scenario of deployment to targets with non-empty storage. These tests have been considered problematic in the past; Reth and EELS both intentionally implement a version of the account reset solely to pass the tests. Py-evm declared the situation impossible and never implemented account reset.

Refilling the existing tests will provide sufficient coverage for this EIP.

Expand Down