refactor: BlockExecutionStrategy API (#14480)

This commit is contained in:
Arsenii Kulikov
2025-02-19 17:10:50 +04:00
committed by GitHub
parent 1ae733a7d1
commit 4f454c91d6
30 changed files with 423 additions and 555 deletions

5
Cargo.lock generated
View File

@ -7744,12 +7744,12 @@ dependencies = [
"alloy-evm",
"alloy-primitives",
"auto_impl",
"derive_more 2.0.1",
"futures-util",
"metrics",
"metrics-util",
"parking_lot",
"reth-chainspec",
"reth-consensus",
"reth-consensus-common",
"reth-ethereum-forks",
"reth-ethereum-primitives",
@ -7774,9 +7774,8 @@ dependencies = [
"alloy-genesis",
"alloy-primitives",
"alloy-sol-types",
"derive_more 2.0.1",
"reth-chainspec",
"reth-consensus",
"reth-ethereum-consensus",
"reth-ethereum-forks",
"reth-evm",
"reth-execution-types",