-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(firehose-client): fix client chain specification #7
fix(firehose-client): fix client chain specification #7
Conversation
This comment has been minimized.
This comment has been minimized.
4f3b648
to
bd4ce18
Compare
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
62e7318
to
b7d6886
Compare
🤖 Cargo Audit Report 🤖 Crate: object_store Crate: ansi_term Crate: atty Crate: dotenv Crate: proc-macro-error Crate: atty warning: 5 allowed warnings found (Empty means OK! 👍) |
Chain::Ethereum, | ||
chain, |
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 is the main fix.
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 understand all the changes here:
- Using tracing
- Returning a result over panicking
- Renaming variables
- Updating client chain spec
For future reviews, each of these could be a PR.
LGTM
…oof-for-block-body-given_eth1-data Test inclusion proof for block body given eth1 data
BACK-53
A way to check this is the
stream_beacon
example should work now (you need an API key though!).