diff --git a/Cargo.lock b/Cargo.lock
index cb0944df8..36a320342 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -425,7 +425,7 @@ dependencies = [
"either",
"futures",
"futures-utils-wasm",
- "lru",
+ "lru 0.16.3",
"parking_lot",
"pin-project",
"reqwest",
@@ -791,7 +791,7 @@ dependencies = [
"fork",
"futures",
"hex",
- "lru",
+ "lru 0.16.3",
"metrics",
"openssl",
"parking_lot",
@@ -1465,7 +1465,7 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
[[package]]
name = "beacon_node_fallback"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"clap",
@@ -1565,7 +1565,7 @@ dependencies = [
[[package]]
name = "bls"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"alloy-primitives 1.5.7",
"blst",
@@ -1662,6 +1662,25 @@ dependencies = [
"serde",
]
+[[package]]
+name = "builder_types"
+version = "0.1.0"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
+dependencies = [
+ "bls",
+ "context_deserialize",
+ "ethereum_serde_utils 0.8.0",
+ "ethereum_ssz",
+ "ethereum_ssz_derive",
+ "sensitive_url",
+ "serde",
+ "ssz_types",
+ "tree_hash",
+ "tree_hash_derive",
+ "typenum",
+ "types",
+]
+
[[package]]
name = "bumpalo"
version = "3.20.2"
@@ -2693,7 +2712,7 @@ dependencies = [
[[package]]
name = "eip_3076"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"ethereum_serde_utils 0.8.0",
@@ -2917,9 +2936,10 @@ dependencies = [
[[package]]
name = "eth2"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
+ "builder_types",
"context_deserialize",
"educe",
"eip_3076",
@@ -2947,7 +2967,7 @@ dependencies = [
[[package]]
name = "eth2_config"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"paste",
"types",
@@ -2956,7 +2976,7 @@ dependencies = [
[[package]]
name = "eth2_interop_keypairs"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"ethereum_hashing 0.8.0",
@@ -2969,7 +2989,7 @@ dependencies = [
[[package]]
name = "eth2_key_derivation"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"num-bigint-dig",
@@ -2981,7 +3001,7 @@ dependencies = [
[[package]]
name = "eth2_keystore"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"aes",
"bls",
@@ -3005,7 +3025,7 @@ dependencies = [
[[package]]
name = "eth2_network_config"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bytes",
"discv5",
@@ -3228,7 +3248,7 @@ dependencies = [
[[package]]
name = "filesystem"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"winapi",
"windows-acl",
@@ -3255,7 +3275,7 @@ dependencies = [
[[package]]
name = "fixed_bytes"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"alloy-primitives 1.5.7",
"safe_arith",
@@ -3331,7 +3351,7 @@ dependencies = [
[[package]]
name = "fork_choice"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"ethereum_ssz",
"ethereum_ssz_derive",
@@ -3610,7 +3630,7 @@ dependencies = [
[[package]]
name = "graffiti_file"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"serde",
@@ -3668,6 +3688,8 @@ version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
+ "allocator-api2",
+ "equivalent",
"foldhash 0.1.5",
"serde",
]
@@ -3697,7 +3719,7 @@ dependencies = [
[[package]]
name = "health_metrics"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"eth2",
"metrics",
@@ -4243,7 +4265,7 @@ dependencies = [
[[package]]
name = "int_to_bytes"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bytes",
]
@@ -4466,7 +4488,7 @@ dependencies = [
[[package]]
name = "kzg"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"educe",
"ethereum_hashing 0.8.0",
@@ -4992,7 +5014,7 @@ dependencies = [
[[package]]
name = "logging"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"chrono",
"logroller",
@@ -5020,6 +5042,15 @@ dependencies = [
"thiserror 1.0.69",
]
+[[package]]
+name = "lru"
+version = "0.13.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465"
+dependencies = [
+ "hashbrown 0.15.5",
+]
+
[[package]]
name = "lru"
version = "0.16.3"
@@ -5038,7 +5069,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
[[package]]
name = "lru_cache"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"fnv",
]
@@ -5119,7 +5150,7 @@ dependencies = [
[[package]]
name = "merkle_proof"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"alloy-primitives 1.5.7",
"ethereum_hashing 0.8.0",
@@ -5218,7 +5249,7 @@ dependencies = [
[[package]]
name = "metrics"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"prometheus",
]
@@ -5465,7 +5496,7 @@ dependencies = [
[[package]]
name = "network_utils"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"discv5",
"libp2p-identity",
@@ -6043,7 +6074,7 @@ dependencies = [
[[package]]
name = "pretty_reqwest_error"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"reqwest",
"sensitive_url",
@@ -6264,7 +6295,7 @@ dependencies = [
[[package]]
name = "proto_array"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"ethereum_ssz",
"ethereum_ssz_derive",
@@ -7545,7 +7576,7 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
[[package]]
name = "slashing_protection"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"eip_3076",
@@ -7565,7 +7596,7 @@ dependencies = [
[[package]]
name = "slot_clock"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"metrics",
"parking_lot",
@@ -7736,7 +7767,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
[[package]]
name = "state_processing"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"educe",
@@ -7747,9 +7778,11 @@ dependencies = [
"int_to_bytes",
"integer-sqrt",
"itertools 0.14.0",
+ "lru 0.13.0",
"merkle_proof",
"metrics",
"milhouse",
+ "parking_lot",
"rand 0.9.2",
"rayon",
"safe_arith",
@@ -7841,7 +7874,7 @@ dependencies = [
[[package]]
name = "swap_or_not_shuffle"
version = "0.2.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"alloy-primitives 1.5.7",
"ethereum_hashing 0.8.0",
@@ -7944,7 +7977,7 @@ checksum = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe"
[[package]]
name = "task_executor"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"async-channel 1.9.0",
"futures",
@@ -8476,7 +8509,7 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "types"
version = "0.2.1"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"alloy-primitives 1.5.7",
"alloy-rlp",
@@ -8665,7 +8698,7 @@ dependencies = [
[[package]]
name = "validator_metrics"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"metrics",
]
@@ -8673,7 +8706,7 @@ dependencies = [
[[package]]
name = "validator_services"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"beacon_node_fallback",
"bls",
@@ -8698,7 +8731,7 @@ dependencies = [
[[package]]
name = "validator_store"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"bls",
"eth2",
@@ -9467,7 +9500,7 @@ dependencies = [
[[package]]
name = "workspace_members"
version = "0.1.0"
-source = "git+https://github.com/sigp/lighthouse?rev=e58ec88fe#e58ec88fe9a8f755a0d92a80b25fd76100d08d49"
+source = "git+https://github.com/sigp/lighthouse?rev=1256bd99e1b6c5d1290241849354b7e27dbc0ed9#1256bd99e1b6c5d1290241849354b7e27dbc0ed9"
dependencies = [
"cargo_metadata",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 20232afb7..eb43e6a88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,23 +75,23 @@ ssv_types = { path = "anchor/common/ssv_types" }
subnet_service = { path = "anchor/subnet_service" }
version = { path = "anchor/common/version" }
-# Lighthouse latest from unstable (e58ec88fe)
-beacon_node_fallback = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-bls = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-eth2 = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-eth2_network_config = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-health_metrics = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-metrics = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-network_utils = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-slashing_protection = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-slot_clock = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-task_executor = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-types = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-validator_metrics = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-validator_services = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-validator_store = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
-workspace_members = { git = "https://github.com/sigp/lighthouse", rev = "e58ec88fe" }
+# Lighthouse latest from unstable (1256bd99e1b6c5d1290241849354b7e27dbc0ed9)
+beacon_node_fallback = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+bls = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+eth2 = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+eth2_network_config = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+health_metrics = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+metrics = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+network_utils = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+slashing_protection = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+slot_clock = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+task_executor = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+types = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+validator_metrics = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+validator_services = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+validator_store = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
+workspace_members = { git = "https://github.com/sigp/lighthouse", rev = "1256bd99e1b6c5d1290241849354b7e27dbc0ed9" }
alloy = { version = "1.2.1", features = [
"sol-types",
diff --git a/anchor/validator_store/src/lib.rs b/anchor/validator_store/src/lib.rs
index 2d813a76a..61ac418e6 100644
--- a/anchor/validator_store/src/lib.rs
+++ b/anchor/validator_store/src/lib.rs
@@ -312,7 +312,7 @@ pub struct AnchorValidatorStore<
voting_context_tx: watch::Sender