Fix builder API electra json response (#7285)

#7277


Implement `ForkVersionDeserialize` for `ExecutionPayloadAndBlobs` so we get fork hinting when deserializing
This commit is contained in:
Eitan Seri-Levi
2025-04-08 19:00:55 -07:00
committed by GitHub
parent 863c19863f
commit d24a4ffe30
3 changed files with 138 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ lighthouse_network = { workspace = true }
mediatype = "0.19.13"
pretty_reqwest_error = { workspace = true }
proto_array = { workspace = true }
rand = { workspace = true }
reqwest = { workspace = true }
reqwest-eventsource = "0.5.0"
sensitive_url = { workspace = true }
@@ -26,6 +27,7 @@ serde_json = { workspace = true }
slashing_protection = { workspace = true }
ssz_types = { workspace = true }
store = { workspace = true }
test_random_derive = { path = "../../common/test_random_derive" }
types = { workspace = true }
zeroize = { workspace = true }