feat: make RPC cache generic over primitives (#13146)

This commit is contained in:
Arsenii Kulikov
2024-12-05 17:14:51 +04:00
committed by GitHub
parent 804dc99ef4
commit b4124dd1b0
31 changed files with 354 additions and 274 deletions

View File

@ -16,6 +16,7 @@ reth-chainspec.workspace = true
reth-ethereum-forks.workspace = true
reth-evm.workspace = true
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-revm.workspace = true
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
@ -63,6 +64,7 @@ std = [
"alloy-genesis/std",
"alloy-primitives/std",
"revm-primitives/std",
"reth-primitives-traits/std",
"revm/std",
"reth-optimism-primitives/std",
"reth-ethereum-forks/std",