mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: integrate NodeTypesWithDB (#10698)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
21
Cargo.lock
generated
21
Cargo.lock
generated
@@ -2850,6 +2850,8 @@ dependencies = [
|
||||
"eyre",
|
||||
"reth-chainspec",
|
||||
"reth-db",
|
||||
"reth-node-ethereum",
|
||||
"reth-node-types",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-rpc-types",
|
||||
@@ -6177,6 +6179,7 @@ dependencies = [
|
||||
"reth-exex-types",
|
||||
"reth-metrics",
|
||||
"reth-network-p2p",
|
||||
"reth-node-types",
|
||||
"reth-payload-builder",
|
||||
"reth-payload-primitives",
|
||||
"reth-payload-validator",
|
||||
@@ -6262,6 +6265,7 @@ dependencies = [
|
||||
"reth-execution-types",
|
||||
"reth-metrics",
|
||||
"reth-network",
|
||||
"reth-node-types",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-prune-types",
|
||||
@@ -6595,6 +6599,7 @@ dependencies = [
|
||||
"reth-db-api",
|
||||
"reth-etl",
|
||||
"reth-fs-util",
|
||||
"reth-node-types",
|
||||
"reth-primitives",
|
||||
"reth-primitives-traits",
|
||||
"reth-provider",
|
||||
@@ -6819,14 +6824,13 @@ dependencies = [
|
||||
"reth-blockchain-tree",
|
||||
"reth-chainspec",
|
||||
"reth-consensus",
|
||||
"reth-db-api",
|
||||
"reth-engine-primitives",
|
||||
"reth-engine-tree",
|
||||
"reth-ethereum-engine-primitives",
|
||||
"reth-evm",
|
||||
"reth-evm-ethereum",
|
||||
"reth-exex-types",
|
||||
"reth-network-p2p",
|
||||
"reth-node-types",
|
||||
"reth-payload-builder",
|
||||
"reth-payload-validator",
|
||||
"reth-primitives",
|
||||
@@ -6856,7 +6860,6 @@ dependencies = [
|
||||
"reth-chainspec",
|
||||
"reth-consensus",
|
||||
"reth-db",
|
||||
"reth-db-api",
|
||||
"reth-engine-primitives",
|
||||
"reth-errors",
|
||||
"reth-ethereum-engine-primitives",
|
||||
@@ -6864,6 +6867,7 @@ dependencies = [
|
||||
"reth-exex-types",
|
||||
"reth-metrics",
|
||||
"reth-network-p2p",
|
||||
"reth-node-types",
|
||||
"reth-payload-builder",
|
||||
"reth-payload-primitives",
|
||||
"reth-payload-validator",
|
||||
@@ -7488,8 +7492,6 @@ dependencies = [
|
||||
name = "reth-node-api"
|
||||
version = "1.0.6"
|
||||
dependencies = [
|
||||
"reth-chainspec",
|
||||
"reth-db-api",
|
||||
"reth-engine-primitives",
|
||||
"reth-evm",
|
||||
"reth-network-api",
|
||||
@@ -7590,6 +7592,7 @@ dependencies = [
|
||||
"reth-network",
|
||||
"reth-network-p2p",
|
||||
"reth-network-peers",
|
||||
"reth-node-types",
|
||||
"reth-optimism-chainspec",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
@@ -7686,7 +7689,6 @@ dependencies = [
|
||||
"procfs",
|
||||
"reqwest",
|
||||
"reth-chainspec",
|
||||
"reth-db",
|
||||
"reth-db-api",
|
||||
"reth-metrics",
|
||||
"reth-provider",
|
||||
@@ -7799,6 +7801,7 @@ dependencies = [
|
||||
"reth-node-builder",
|
||||
"reth-node-core",
|
||||
"reth-node-events",
|
||||
"reth-node-optimism",
|
||||
"reth-optimism-chainspec",
|
||||
"reth-optimism-primitives",
|
||||
"reth-primitives",
|
||||
@@ -8028,6 +8031,7 @@ dependencies = [
|
||||
"reth-db",
|
||||
"reth-db-api",
|
||||
"reth-errors",
|
||||
"reth-ethereum-engine-primitives",
|
||||
"reth-evm",
|
||||
"reth-execution-types",
|
||||
"reth-fs-util",
|
||||
@@ -8066,6 +8070,7 @@ dependencies = [
|
||||
"reth-errors",
|
||||
"reth-exex-types",
|
||||
"reth-metrics",
|
||||
"reth-node-types",
|
||||
"reth-provider",
|
||||
"reth-prune-types",
|
||||
"reth-stages",
|
||||
@@ -8483,6 +8488,7 @@ dependencies = [
|
||||
"reth-errors",
|
||||
"reth-metrics",
|
||||
"reth-network-p2p",
|
||||
"reth-node-types",
|
||||
"reth-primitives-traits",
|
||||
"reth-provider",
|
||||
"reth-prune",
|
||||
@@ -8522,9 +8528,11 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"parking_lot 0.12.3",
|
||||
"rayon",
|
||||
"reth-chainspec",
|
||||
"reth-db",
|
||||
"reth-db-api",
|
||||
"reth-nippy-jar",
|
||||
"reth-node-types",
|
||||
"reth-provider",
|
||||
"reth-prune-types",
|
||||
"reth-stages",
|
||||
@@ -8741,6 +8749,7 @@ dependencies = [
|
||||
"reth-db-api",
|
||||
"reth-execution-errors",
|
||||
"reth-metrics",
|
||||
"reth-node-types",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-stages-types",
|
||||
|
||||
Reference in New Issue
Block a user