You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this stream loop is a bit weird, because this listens for new heads and then fetches the missing range in full, using a cache to store to tmp store the full block:
Component
rpc
Describe the feature you would like
ref #1052
this stream loop is a bit weird, because this listens for new heads and then fetches the missing range in full, using a cache to store to tmp store the full block:
alloy/crates/provider/src/chain.rs
Lines 49 to 52 in c461d68
fetching the blocks can also be done sequentially and we should yield the next block immediately, like a
FuturesOrdered
or similarcc @popzxc
Additional context
No response
The text was updated successfully, but these errors were encountered: