reth
reth copied to clipboard
Make `BlockchainProvider2` requests methods aware of in-memory state
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