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
Currently, we are not checking if the account has storage when doing a create, this means that if an account has no nonce, no bytecode but has storage we are not failing the contract creation.
Currently there is no easy way to get the complete storage of an account from the DB or cache.
Failing tests
The following tests might be failing because of this issue
create2collisionStorageParis.json
The text was updated successfully, but these errors were encountered:
Description
Currently, we are not checking if the account has storage when doing a create, this means that if an account has no nonce, no bytecode but has storage we are not failing the contract creation.
Currently there is no easy way to get the complete storage of an account from the DB or cache.
Failing tests
The following tests might be failing because of this issue
create2collisionStorageParis.json
The text was updated successfully, but these errors were encountered: