mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm beacon consensus deps (#13716)
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -6710,7 +6710,6 @@ dependencies = [
|
||||
"proptest",
|
||||
"proptest-arbitrary-interop",
|
||||
"ratatui",
|
||||
"reth-beacon-consensus",
|
||||
"reth-chainspec",
|
||||
"reth-cli",
|
||||
"reth-cli-runner",
|
||||
@ -6726,6 +6725,7 @@ dependencies = [
|
||||
"reth-ecies",
|
||||
"reth-eth-wire",
|
||||
"reth-ethereum-cli",
|
||||
"reth-ethereum-consensus",
|
||||
"reth-evm",
|
||||
"reth-exex",
|
||||
"reth-fs-util",
|
||||
@ -7299,6 +7299,7 @@ dependencies = [
|
||||
"reth-db",
|
||||
"reth-engine-primitives",
|
||||
"reth-errors",
|
||||
"reth-ethereum-consensus",
|
||||
"reth-ethereum-engine-primitives",
|
||||
"reth-evm",
|
||||
"reth-exex-types",
|
||||
@ -8014,7 +8015,6 @@ version = "1.1.5"
|
||||
dependencies = [
|
||||
"alloy-rpc-types-engine",
|
||||
"eyre",
|
||||
"reth-beacon-consensus",
|
||||
"reth-consensus",
|
||||
"reth-db-api",
|
||||
"reth-engine-primitives",
|
||||
@ -8161,11 +8161,11 @@ dependencies = [
|
||||
"futures",
|
||||
"rand 0.8.5",
|
||||
"reth-basic-payload-builder",
|
||||
"reth-beacon-consensus",
|
||||
"reth-chainspec",
|
||||
"reth-consensus",
|
||||
"reth-db",
|
||||
"reth-e2e-test-utils",
|
||||
"reth-ethereum-consensus",
|
||||
"reth-ethereum-engine-primitives",
|
||||
"reth-ethereum-payload-builder",
|
||||
"reth-evm",
|
||||
@ -8956,7 +8956,6 @@ dependencies = [
|
||||
"jsonrpsee",
|
||||
"metrics",
|
||||
"pin-project",
|
||||
"reth-beacon-consensus",
|
||||
"reth-chainspec",
|
||||
"reth-consensus",
|
||||
"reth-engine-primitives",
|
||||
@ -9006,7 +9005,6 @@ dependencies = [
|
||||
"jsonrpsee-types",
|
||||
"metrics",
|
||||
"parking_lot",
|
||||
"reth-beacon-consensus",
|
||||
"reth-chainspec",
|
||||
"reth-engine-primitives",
|
||||
"reth-ethereum-engine-primitives",
|
||||
|
||||
Reference in New Issue
Block a user