-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: add hybrid state management #3840
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hashbrown = { version = "0.13", default-features = false, features = ["ahash", "serde"] } | ||
hasher = { git = "https://github.com/Wodann/hasher", rev = "89d3fc9", version = "0.1.4", default-features = false, features = ["hash-keccak"] } |
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.
Why the forks here?
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.
To be able to clone the trie
067c267
to
4b87777
Compare
7882bd2
to
a930b58
Compare
Hybrid state management uses a Merkle-Patricia trie for the latest state and layers for history.
a930b58
to
0ffd269
Compare
rethnet/main