Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LEVM: account collision when address has storage #1555

Open
LeanSerra opened this issue Dec 20, 2024 · 1 comment
Open

LEVM: account collision when address has storage #1555

LeanSerra opened this issue Dec 20, 2024 · 1 comment
Labels
levm Lambda EVM implementation

Comments

@LeanSerra
Copy link
Contributor

LeanSerra commented Dec 20, 2024

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
@LeanSerra LeanSerra added the levm Lambda EVM implementation label Dec 20, 2024
@damiramirez
Copy link
Contributor

It seems that we have the same problem with test: RevertInCreateInInit_Paris.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
Status: No status
Development

No branches or pull requests

2 participants