Merge branch 'unstable' of https://github.com/ethDreamer/lighthouse into remove_use_of_ethers_core

This commit is contained in:
dospore
2024-07-05 14:54:01 +10:00
734 changed files with 29867 additions and 27732 deletions

View File

@@ -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 }