Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "9e12c21f268

# docker
docker-compose-types = "0.12.0"
bollard = "0.16.1"

# misc
clap = { version = "4.5.4", features = ["derive", "env"] }
Expand All @@ -80,4 +79,4 @@ dotenvy = "0.15.7"
indexmap = "2.2.6"
lazy_static = "1.5.0"
bimap = { version = "0.6.3", features = ["serde"] }
derive_more = "0.99.18"
derive_more = "0.99.18"
8 changes: 0 additions & 8 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,11 @@ cb-signer.workspace = true

# async / threads
tokio.workspace = true
async-trait.workspace = true

# serialization
serde_json.workspace = true

# crypto
tree_hash.workspace = true
tree_hash_derive.workspace = true

# telemetry
tracing.workspace = true
tracing-subscriber.workspace = true

# misc
clap.workspace = true
eyre.workspace = true
Expand Down
12 changes: 0 additions & 12 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,15 @@ rust-version.workspace = true

[dependencies]
cb-common.workspace = true
cb-pbs.workspace = true
cb-metrics.workspace = true
cb-signer.workspace = true

alloy.workspace = true

tokio.workspace = true

serde.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true

tracing.workspace = true
clap.workspace = true

eyre.workspace = true

tree_hash.workspace = true
tree_hash_derive.workspace = true

bollard.workspace = true
docker-compose-types.workspace = true
dotenvy.workspace = true
indexmap.workspace = true
221 changes: 0 additions & 221 deletions crates/metrics/src/docker_metrics_collector.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/metrics/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
// pub mod docker_metrics_collector;
// pub mod sdk;
pub mod provider;
64 changes: 0 additions & 64 deletions crates/metrics/src/sdk_2.rs

This file was deleted.

8 changes: 0 additions & 8 deletions crates/pbs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rust-version.workspace = true
[dependencies]
cb-common.workspace = true
cb-metrics.workspace = true
cb-signer.workspace = true

# ethereum
alloy.workspace = true
Expand All @@ -23,7 +22,6 @@ async-trait.workspace = true
dashmap.workspace = true

# serialization
serde.workspace = true
serde_json.workspace = true

# telemetry
Expand All @@ -32,15 +30,9 @@ prometheus.workspace = true

# crypto
blst.workspace = true
tree_hash.workspace = true
tree_hash_derive.workspace = true

# misc
thiserror.workspace = true
eyre.workspace = true
uuid.workspace = true
typenum.workspace = true
lazy_static.workspace = true

[dev-dependencies]
tracing-subscriber.workspace = true
Loading