Skip to content
Open
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
43 changes: 28 additions & 15 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ license = "BUSL-1.1"
publish = false

[workspace.dependencies]
async-trait = "0.1.89"
alloy = { version = "1.3", features = ["essentials"] }
built = { version = "0.8.0", features = ["git2", "chrono", "cargo-lock"] }
blst = "0.3"
Expand Down
53 changes: 0 additions & 53 deletions crates/app/src/deadline/mod.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ pub mod log;
/// until the deadline has elapsed.
pub mod retry;

/// Deadline
pub mod deadline;

/// Featureset defines a set of global features and their rollout status.
pub mod featureset;

Expand Down
14 changes: 9 additions & 5 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,25 @@ license.workspace = true
publish.workspace = true

[dependencies]
async-trait.workspace = true
cancellation.workspace = true
chrono.workspace = true
crossbeam.workspace = true
futures.workspace = true
hex.workspace = true
libp2p.workspace = true
pluto-eth2api.workspace = true
prost.workspace = true
prost-types.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
base64.workspace = true
thiserror.workspace = true
tokio.workspace = true
libp2p.workspace = true
regex.workspace = true
prost.workspace = true
prost-types.workspace = true
pluto-eth2api.workspace = true
tokio-util.workspace = true
tracing.workspace = true
pluto-eth2util.workspace = true
tree_hash.workspace = true

Expand Down
Loading
Loading