Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-rise committed Oct 19, 2024
1 parent 1efa764 commit 6f134a5
Show file tree
Hide file tree
Showing 28 changed files with 23 additions and 153 deletions.
55 changes: 0 additions & 55 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
14 changes: 6 additions & 8 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 All @@ -18,15 +20,11 @@ futures-util = "0.3"

# grpc
tonic = "0.11"
prost = "0.12"
bincode = "1"

# misc
eyre = "0.6"

[build-dependencies]
tonic-build = "0.11"

[[bin]]
name = "exex_1"
path = "src/exex_1.rs"
Expand All @@ -49,4 +47,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
Loading

0 comments on commit 6f134a5

Please sign in to comment.