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 difficulty is to write zero to all slots on self-destruction. Perhaps we can add some data structure to track self-destructed accounts to then check at storage.
This is quite common in early eras like ISTANBUL and is the only case that causes slow down at the moment.
It is not that severe going forward as self-destruction has already been deprecated.
The text was updated successfully, but these errors were encountered:
@byhashdong Not yet and it could be quite challenging 🤔.
My vague plan is to address this with/after #382 which will give us more control at the EVM execution level.
Feel free to have a go still 🙏.
storage
.ISTANBUL
and is the only case that causes slow down at the moment.The text was updated successfully, but these errors were encountered: