feat: add OpExecutionStrategy (#11761)

This commit is contained in:
Federico Gimenez
2024-10-16 12:13:46 +02:00
committed by GitHub
parent e454b2402b
commit f49a4ae185
6 changed files with 503 additions and 2 deletions

View File

@ -20,6 +20,7 @@ reth-revm.workspace = true
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-prune-types.workspace = true
reth-consensus.workspace = true
# ethereum
alloy-primitives.workspace = true
@ -41,6 +42,7 @@ tracing.workspace = true
[dev-dependencies]
alloy-eips.workspace = true
reth-evm = { workspace = true, features = ["test-utils"] }
reth-revm = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true, features = ["test-utils"] }
reth-optimism-chainspec.workspace = true