You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: