-
Notifications
You must be signed in to change notification settings - Fork 604
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
feat: State with account status #499
Conversation
tests were checked locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR synced on 17M blocks so we can assume initial sync works as expected.
There are few more bugs found related to reverts (changesets in reth) that still need to be addressed
We are merging this code and will iterate on it so we can unblock other teams that depend on revm.
Model account states to cover all possible state that transaction can change it
Model can be found here
Old model
New model
And create cached/transition/bundle states that can easily create reverts on those states.
States interconnection can be seen here:
this is still WIP!