store receipts for local pending block #9948
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
currently we don't store the receipts for the pending block we just built
reth/crates/rpc/rpc-eth-types/src/pending_block.rs
Line 118 in 750eb26
and for eth_getBlockreceipts we don't check the local block
reth/crates/rpc/rpc-eth-api/src/helpers/block.rs
Line 154 in 750eb26
TODO
LoadPendingBlock
cc @loocapro
Additional context
No response
The text was updated successfully, but these errors were encountered: