erigontech / erigontech/silkworm
Implement retroactive EIP-7610
Open
- 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
Assessment
This issue has not been assessed yet.