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
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.
The text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: