mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Merge branch 'unstable' of https://github.com/ethDreamer/lighthouse into remove_use_of_ethers_core
This commit is contained in:
@@ -8,9 +8,7 @@ edition = { workspace = true }
|
||||
[dependencies]
|
||||
types = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
async-trait = "0.1.51"
|
||||
slog = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
sensitive_url = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
ethereum_serde_utils = { workspace = true }
|
||||
@@ -29,7 +27,6 @@ kzg = { workspace = true }
|
||||
state_processing = { workspace = true }
|
||||
superstruct = { workspace = true }
|
||||
lru = { workspace = true }
|
||||
exit-future = { workspace = true }
|
||||
tree_hash = { workspace = true }
|
||||
tree_hash_derive = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
@@ -54,3 +51,4 @@ eth2_network_config = { workspace = true }
|
||||
alloy-rlp = "0.3.4"
|
||||
alloy-consensus = { git = "https://github.com/alloy-rs/alloy.git", rev = "974d488bab5e21e9f17452a39a4bfa56677367b2" }
|
||||
alloy-primitives = "0.6.2"
|
||||
lighthouse_version = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user