-
Notifications
You must be signed in to change notification settings - Fork 83
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: Use risc0-ethereum-trie
#140
base: main
Are you sure you want to change the base?
Conversation
@@ -29,6 +29,11 @@ features = ["unstable"] | |||
version = "1.2.1" | |||
features = ["unstable"] | |||
|
|||
[workspace.dependencies.risc0-ethereum-trie] | |||
git = "https://github.com/risc0/risc0-ethereum" | |||
branch = "feat/trie" |
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.
Must be changed as soon as the crate is deployed.
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.
lgtm!
Co-authored-by: Rami <[email protected]>
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.
I've not dug into why, but this doesn't let the preflight resolve all orphan nodes for some reason. I'm using base mainnet block 25638700
for reference.
Fixed in cb443ba |
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.
No description provided.