refactor: integrate BuiltPayload::Primitives (#13484)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Arsenii Kulikov
2024-12-24 03:06:47 +04:00
committed by GitHub
parent 4c1208e9d9
commit af1c9b7614
24 changed files with 136 additions and 78 deletions

3
Cargo.lock generated
View File

@ -7328,7 +7328,6 @@ dependencies = [
"reth-payload-primitives",
"reth-provider",
"reth-prune",
"reth-rpc-types-compat",
"reth-stages-api",
"reth-transaction-pool",
"tokio",
@ -8540,6 +8539,7 @@ dependencies = [
"reth-provider",
"reth-revm",
"reth-rpc-server-types",
"reth-rpc-types-compat",
"reth-tasks",
"reth-tracing",
"reth-transaction-pool",
@ -8571,6 +8571,7 @@ dependencies = [
"reth-optimism-consensus",
"reth-optimism-evm",
"reth-optimism-forks",
"reth-optimism-primitives",
"reth-payload-builder",
"reth-payload-builder-primitives",
"reth-payload-primitives",