mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: re-use BlockExecutionStrategy in payload building (#14609)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user