reth icon indicating copy to clipboard operation
reth copied to clipboard

Make `BlockchainProvider2` requests methods aware of in-memory state

Open Rjected opened this issue 1 year ago • 0 comments

Similar to https://github.com/paradigmxyz/reth/issues/10181, the requests_by_block method only fetches from the database and does not check in-memory state: https://github.com/paradigmxyz/reth/blob/9b5a166e5d3e8fa7d453bd3c146ca2360a984990/crates/storage/provider/src/providers/blockchain_provider.rs#L817

Rjected avatar Aug 09 '24 20:08 Rjected