Skip to content
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

Closed

Conversation

dcposch
Copy link

@dcposch dcposch commented Aug 19, 2024

(Created by mistake, replaced by https://github.com/daimo-eth/ridx/pull/1)

Copy link
Member

@Rjected Rjected left a 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

Comment on lines +32 to +34
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" }
Copy link
Member

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

Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
jwt.hex

@dcposch dcposch closed this Aug 19, 2024
@dcposch
Copy link
Author

dcposch commented Aug 19, 2024

@Rjected my b, didn't mean to send this as an upstream PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants