feat: add Receipt AT to ReceiptProvider (#12890)

This commit is contained in:
Arsenii Kulikov
2024-11-27 18:02:25 +04:00
committed by GitHub
parent b62929c390
commit 533b555f87
37 changed files with 267 additions and 143 deletions

View File

@ -26,7 +26,7 @@ where
Node: FullNodeComponents<
Types: NodeTypes<
ChainSpec: EthereumHardforks,
Primitives: NodePrimitives<Block: Encodable>,
Primitives: NodePrimitives<Block: Encodable, Receipt = reth_primitives::Receipt>,
>,
>,
EthApi: EthApiSpec + EthTransactions + TraceExt,