Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
chore: remove unused deps (#11898)
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-rise authored Oct 19, 2024
1 parent f8969cb commit e2ecb62
Show file tree
Hide file tree
Showing 27 changed files with 23 additions and 141 deletions.
52 changes: 0 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ backon.workspace = true
similar-asserts.workspace = true

[dev-dependencies]
reth-discv4.workspace = true
tempfile.workspace = true

[features]
Expand Down
10 changes: 6 additions & 4 deletions book/sources/exex/remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ edition = "2021"
[dependencies]
# reth
reth = { git = "https://github.com/paradigmxyz/reth.git" }
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = ["serde"] }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git"}
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git"}
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = [
"serde",
] }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" }
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" }

# async
Expand Down Expand Up @@ -49,4 +51,4 @@ path = "src/exex.rs"

[[bin]]
name = "consumer"
path = "src/consumer.rs"
path = "src/consumer.rs"
8 changes: 1 addition & 7 deletions crates/e2e-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ workspace = true
[dependencies]
reth.workspace = true
reth-chainspec.workspace = true
reth-engine-local.workspace = true
reth-primitives.workspace = true
reth-tracing.workspace = true
reth-db = { workspace = true, features = ["test-utils"] }
reth-rpc.workspace = true
reth-rpc-layer.workspace = true
reth-payload-builder = { workspace = true, features = ["test-utils"] }
reth-payload-primitives.workspace = true
Expand All @@ -26,11 +23,8 @@ reth-node-builder = { workspace = true, features = ["test-utils"] }
reth-tokio-util.workspace = true
reth-stages-types.workspace = true
reth-network-peers.workspace = true
reth-node-ethereum.workspace = true
reth-rpc-types-compat.workspace = true

# rpc
jsonrpsee-types.workspace = true
jsonrpsee.workspace = true

# ethereum
Expand All @@ -48,4 +42,4 @@ alloy-signer-local = { workspace = true, features = ["mnemonic"] }
alloy-rpc-types.workspace = true
alloy-network.workspace = true
alloy-consensus = { workspace = true, features = ["kzg"] }
tracing.workspace = true
tracing.workspace = true
3 changes: 1 addition & 2 deletions crates/engine/tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ reth-chainspec.workspace = true
alloy-rlp.workspace = true

assert_matches.workspace = true
rand.workspace = true

[features]
test-utils = [
Expand All @@ -86,5 +85,5 @@ test-utils = [
"reth-prune-types",
"reth-stages/test-utils",
"reth-static-file",
"reth-tracing"
"reth-tracing",
]
1 change: 0 additions & 1 deletion crates/ethereum-forks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ auto_impl.workspace = true

[dev-dependencies]
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
alloy-consensus.workspace = true

[features]
Expand Down
2 changes: 0 additions & 2 deletions crates/ethereum/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ reth-chainspec.workspace = true
reth-db.workspace = true
reth-exex.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-e2e-test-utils.workspace = true
reth-tasks.workspace = true
futures.workspace = true
alloy-primitives.workspace = true
alloy-genesis.workspace = true
tokio.workspace = true
futures-util.workspace = true
serde_json.workspace = true
alloy-consensus.workspace = true

Expand Down
Loading

0 comments on commit e2ecb62

Please sign in to comment.