Closed mattsse closed 3 weeks ago
rpc
currently:
https://github.com/alloy-rs/alloy/blob/b227b17ac08f966be3459c1776bb450d15612fcb/crates/provider/src/provider/trait.rs#L802-L802
returns blocks, this is misleading because this subscription only emits headers.
this only works because all the fields are serde default:
https://github.com/alloy-rs/alloy/blob/b227b17ac08f966be3459c1776bb450d15612fcb/crates/rpc-types-eth/src/block.rs#L25-L40
No response
Component
rpc
Describe the feature you would like
currently:
https://github.com/alloy-rs/alloy/blob/b227b17ac08f966be3459c1776bb450d15612fcb/crates/provider/src/provider/trait.rs#L802-L802
returns blocks, this is misleading because this subscription only emits headers.
this only works because all the fields are serde default:
https://github.com/alloy-rs/alloy/blob/b227b17ac08f966be3459c1776bb450d15612fcb/crates/rpc-types-eth/src/block.rs#L25-L40
Additional context
No response