erigontech / erigontech/silkworm

Implement retroactive EIP-7610

Open
#2,434 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
318
Forks
84
PR merge metrics
No merged PRs in 30d

Description

[EIP-7610](https://eips.ethereum.org/EIPS/eip-7610) changes how we handle create address collisions. Previously, we had to clear the storage of the colliding address. Now we fail the creation in case the address has any storage.

The implementation difficulty is how to actually check if an account has any storage.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.