We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rpc
currently:
alloy/crates/provider/src/provider/trait.rs
Line 802 in b227b17
returns blocks, this is misleading because this subscription only emits headers.
this only works because all the fields are serde default:
alloy/crates/rpc-types-eth/src/block.rs
Lines 25 to 40 in b227b17
No response
The text was updated successfully, but these errors were encountered:
provider
Subscription<N::HeaderResponse>
yash-atreya
Successfully merging a pull request may close this issue.
Component
rpc
Describe the feature you would like
currently:
alloy/crates/provider/src/provider/trait.rs
Line 802 in b227b17
returns blocks, this is misleading because this subscription only emits headers.
this only works because all the fields are serde default:
alloy/crates/rpc-types-eth/src/block.rs
Lines 25 to 40 in b227b17
Additional context
No response
The text was updated successfully, but these errors were encountered: