feat: re-use BlockExecutionStrategy in payload building (#14609)

This commit is contained in:
Arsenii Kulikov
2025-02-20 19:06:19 +04:00
committed by GitHub
parent 09cf07d523
commit 72210736ad
15 changed files with 352 additions and 492 deletions

4
Cargo.lock generated
View File

@ -6720,8 +6720,6 @@ dependencies = [
"futures-core",
"futures-util",
"metrics",
"reth-chainspec",
"reth-evm",
"reth-metrics",
"reth-payload-builder",
"reth-payload-builder-primitives",
@ -6731,7 +6729,6 @@ dependencies = [
"reth-provider",
"reth-revm",
"reth-tasks",
"revm",
"tokio",
"tracing",
]
@ -7776,7 +7773,6 @@ dependencies = [
"alloy-genesis",
"alloy-primitives",
"alloy-sol-types",
"derive_more 2.0.1",
"reth-chainspec",
"reth-ethereum-forks",
"reth-evm",