Skip to content

Commit

Permalink
8944 focil spec config (#8977)
Browse files Browse the repository at this point in the history
* fix Focil spec loader
  • Loading branch information
mehdi-aouadi committed Jan 17, 2025
1 parent aff31d5 commit 5c1bf38
Show file tree
Hide file tree
Showing 37 changed files with 1,687 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"in" : "header",
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ],
"description" : "Version of the block being submitted, if using SSZ encoding."
}
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"in" : "header",
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ],
"description" : "Version of the block being submitted, if using SSZ encoding."
}
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
]
},
"data": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"in" : "header",
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ],
"description" : "Version of the block being submitted."
}
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"in" : "header",
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ],
"description" : "Version of the block being submitted."
}
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down Expand Up @@ -85,7 +86,7 @@
"in" : "header",
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ],
"description" : "Version of the attestations being submitted."
}
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down Expand Up @@ -66,7 +67,7 @@
"in" : "header",
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ],
"description" : "Version of the attester slashing being submitted."
}
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"in" : "header",
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ],
"description" : "Version of the aggregate and proofs being submitted."
}
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"eip7805"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"data" : {
"type" : "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"data" : {
"type" : "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"execution_optimistic" : {
"type" : "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"execution_optimistic" : {
"type" : "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"data" : {
"type" : "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"execution_optimistic" : {
"type" : "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"data" : {
"$ref" : "#/components/schemas/LightClientBootstrap"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"data" : {
"type" : "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"data" : {
"type" : "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"execution_optimistic" : {
"type" : "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties" : {
"version" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ]
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "eip7805" ]
},
"execution_payload_blinded" : {
"type" : "boolean"
Expand Down
Loading

0 comments on commit 5c1bf38

Please sign in to comment.