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

Selfdestruct gas computation based on account exists #879

Open
2 tasks
simonlechner opened this issue Oct 16, 2024 · 0 comments
Open
2 tasks

Selfdestruct gas computation based on account exists #879

simonlechner opened this issue Oct 16, 2024 · 0 comments

Comments

@simonlechner
Copy link
Contributor

The ethereum tests showed that there was a bug in lfvm's selfdestruct instruction. The dynamic gas computation relied on whether an account exists and not on whether it is empty.
This bug has been fixed in the lfvm in #878.

The following tasks are still to be done:

  • Check evmzero for the same bug
  • Investigate why the CT did not find this error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant