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
type so that a range lookup returns either no result, partial results, or full, this can be encapsulated with a helper enum that expresses this, for example the range ends below the lowest block in memory
currently, these lookups are susceptible to race conditions:
reth/crates/storage/provider/src/providers/blockchain_provider.rs
Lines 196 to 200 in 29dc8fc
TODO
this should be integrated natively into the
reth/crates/chain-state/src/in_memory.rs
Line 110 in 29dc8fc
ref #9999
The text was updated successfully, but these errors were encountered: