mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: integrate BuiltPayload::Primitives (#13484)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user