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
create2collisionStorage_d0g0v0_Shanghai: fails because the account has no code nor nonce and a storage that is not empty initially. The expected behavior is that the storage is cleared - however, we do not clear the storage on purpose, as This can only happen in the following highly unlikely circumstances:
The address created by a CREATE call collides with a subsequent CREATE or CREATE2 call.
The first CREATE happened before Spurious Dragon and left empty code - which cannot happen in our case
create2collisionStorage_d1g0v0_Shanghai: same issue, previous storage not cleared
create2collisionStorage_d2g0v0_Shanghai: same
The text was updated successfully, but these errors were encountered:
create2collisionStorage_d0g0v0_Shanghai: fails because the account has no code nor nonce and a storage that is not empty initially. The expected behavior is that the storage is cleared - however, we do not clear the storage on purpose, as This can only happen in the following highly unlikely circumstances:
CREATE
call collides with a subsequentCREATE
orCREATE2
call.CREATE
happened before Spurious Dragon and left empty code - which cannot happen in our casecreate2collisionStorage_d1g0v0_Shanghai: same issue, previous storage not cleared
create2collisionStorage_d2g0v0_Shanghai: same
The text was updated successfully, but these errors were encountered: