feat: add EthExecutionStrategy (#11584)

This commit is contained in:
Federico Gimenez
2024-10-16 11:40:33 +02:00
committed by GitHub
parent 323d8edfb9
commit 0f903b1e20
5 changed files with 1184 additions and 9 deletions

View File

@ -20,6 +20,7 @@ reth-revm.workspace = true
reth-ethereum-consensus.workspace = true
reth-prune-types.workspace = true
reth-execution-types.workspace = true
reth-consensus.workspace = true
# Ethereum
revm-primitives.workspace = true
@ -31,6 +32,7 @@ alloy-sol-types.workspace = true
[dev-dependencies]
reth-testing-utils.workspace = true
reth-evm = { workspace = true, features = ["test-utils"] }
reth-revm = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true, features = ["secp256k1"] }
secp256k1.workspace = true