Merge unstable into gloas-containers.

Co-authored-by: ethDreamer <mark@sigmaprime.io>
This commit is contained in:
Jimmy Chen
2025-12-05 10:43:29 +11:00
parent 8c83d92e2a
commit 7c789aaf4f
182 changed files with 2979 additions and 2439 deletions

View File

@@ -227,7 +227,7 @@ slashing_protection = { path = "validator_client/slashing_protection" }
slot_clock = { path = "common/slot_clock" }
smallvec = { version = "1.11.2", features = ["arbitrary"] }
snap = "1"
ssz_types = { version = "0.14.0", features = ["context_deserialize"] }
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"] }