mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-05 05:44:30 +00:00
Merge remote-tracking branch 'origin/unstable' into progressive-list-tests
This commit is contained in:
22
Cargo.toml
22
Cargo.toml
@@ -95,10 +95,15 @@ version = "8.0.1"
|
||||
|
||||
[workspace.dependencies]
|
||||
account_utils = { path = "common/account_utils" }
|
||||
alloy-consensus = { version = "=1.0.42", default-features = false }
|
||||
alloy-primitives = { version = "=1.4.1", default-features = false, features = ["rlp", "getrandom"] }
|
||||
alloy-rlp = { version = "=0.3.12", default-features = false }
|
||||
alloy-rpc-types-eth = { version = "=1.0.42", default-features = false, features = ["serde"] }
|
||||
alloy-consensus = { version = "1", default-features = false }
|
||||
alloy-dyn-abi = { version = "1", default-features = false }
|
||||
alloy-json-abi = { version = "1", default-features = false }
|
||||
alloy-network = { version = "1", default-features = false }
|
||||
alloy-primitives = { version = "1", default-features = false, features = ["rlp", "getrandom"] }
|
||||
alloy-provider = { version = "1", default-features = false, features = ["reqwest"] }
|
||||
alloy-rlp = { version = "0.3", default-features = false }
|
||||
alloy-rpc-types-eth = { version = "1", default-features = false, features = ["serde"] }
|
||||
alloy-signer-local = { version = "1", default-features = false }
|
||||
anyhow = "1"
|
||||
arbitrary = { version = "1", features = ["derive"] }
|
||||
async-channel = "1.9.0"
|
||||
@@ -220,7 +225,7 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde_repr = "0.1"
|
||||
serde_yaml = "0.9"
|
||||
sha2 = "0.9"
|
||||
sha2 = "0.10"
|
||||
signing_method = { path = "validator_client/signing_method" }
|
||||
slasher = { path = "slasher", default-features = false }
|
||||
slashing_protection = { path = "validator_client/slashing_protection" }
|
||||
@@ -230,10 +235,10 @@ snap = "1"
|
||||
ssz_types = { version = "0.14.0", features = ["context_deserialize", "runtime_types"] }
|
||||
state_processing = { path = "consensus/state_processing" }
|
||||
store = { path = "beacon_node/store" }
|
||||
strum = { version = "0.24", features = ["derive"] }
|
||||
strum = { version = "0.27", features = ["derive"] }
|
||||
superstruct = "0.10"
|
||||
swap_or_not_shuffle = { path = "consensus/swap_or_not_shuffle" }
|
||||
syn = "1"
|
||||
syn = "2"
|
||||
sysinfo = "0.26"
|
||||
system_health = { path = "common/system_health" }
|
||||
task_executor = { path = "common/task_executor" }
|
||||
@@ -254,6 +259,7 @@ tracing-opentelemetry = "0.31.0"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
||||
tree_hash = "0.12.0"
|
||||
tree_hash_derive = "0.12.0"
|
||||
typenum = "1"
|
||||
types = { path = "consensus/types" }
|
||||
url = "2"
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
@@ -270,7 +276,7 @@ warp_utils = { path = "common/warp_utils" }
|
||||
workspace_members = { path = "common/workspace_members" }
|
||||
xdelta3 = { git = "https://github.com/sigp/xdelta3-rs", rev = "4db64086bb02e9febb584ba93b9d16bb2ae3825a" }
|
||||
zeroize = { version = "1", features = ["zeroize_derive", "serde"] }
|
||||
zip = "0.6"
|
||||
zip = { version = "6.0", default-features = false, features = ["deflate"] }
|
||||
zstd = "0.13"
|
||||
|
||||
[profile.maxperf]
|
||||
|
||||
Reference in New Issue
Block a user