Make BlockchainProvider2
receipt methods aware of in-memory state
#10182
Labels
A-blockchain-tree
Related to sidechains, reorgs and pending blocks
A-db
Related to the database
C-bug
An unexpected or incorrect behavior
Similar to #10181, the following methods only fetch from the database and do not check in-memory state:
reth/crates/storage/provider/src/providers/blockchain_provider.rs
Lines 745 to 750 in a706206
reth/crates/storage/provider/src/providers/blockchain_provider.rs
Lines 702 to 704 in a706206
These should also be updated to be aware of the current in-memory canonical state.
The text was updated successfully, but these errors were encountered: