-
Notifications
You must be signed in to change notification settings - Fork 17
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
Reth > IndexDB experiment #16
Conversation
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.
nice! some initial comments about deps / features
reth-primitives = { git = "https://github.com/paradigmxyz/reth", features = ["optimism"], version = "1.0.4" } | ||
reth-provider = { git = "https://github.com/paradigmxyz/reth", features = ["optimism"], version = "1.0.4" } | ||
reth-revm = { git = "https://github.com/paradigmxyz/reth", features = ["optimism"], version = "1.0.4" } |
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.
the features = ["optimism"]
in this file should be enabled in the daimo-names/Cargo.toml
instead
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.
assuming this doesn't need to be committed, should rm or include a daimo-names/.gitignore
@@ -2,3 +2,4 @@ | |||
# will have compiled files and executables | |||
debug/ | |||
target/ | |||
jwt.hex |
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.
jwt.hex |
@Rjected my b, didn't mean to send this as an upstream PR. |
(Created by mistake, replaced by https://github.com/daimo-eth/ridx/pull/1)