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

Add Support for selfdestruct in Grevm 2.0 #45

Open
Richard1048576 opened this issue Jan 9, 2025 · 0 comments
Open

Add Support for selfdestruct in Grevm 2.0 #45

Richard1048576 opened this issue Jan 9, 2025 · 0 comments

Comments

@Richard1048576
Copy link
Collaborator

The current version of Grevm 2.0 does not fully support the selfdestruct opcode. This limitation has been addressed by degrading the execution mode to serial for cases involving selfdestruct to ensure correctness. However, a long-term solution is required to maintain parallel execution efficiency.

  • The absence of selfdestruct support impacts the ability to track and manage self-destructed accounts during parallel execution.
  • Future updates should consider introducing a dedicated data structure to track self-destructed accounts and ensure correctness in parallel execution.
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