Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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", "fulu" ],
"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",
"fulu"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"fulu"
],
"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", "fulu" ],
"description" : "Version of the block being submitted, if using SSZ encoding."
}
} ],
Expand Down Expand Up @@ -38,6 +38,8 @@
"$ref" : "#/components/schemas/SignedBlockContentsDeneb"
}, {
"$ref" : "#/components/schemas/SignedBlockContentsElectra"
}, {
"$ref" : "#/components/schemas/SignedBlockContentsFulu"
} ]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"fulu"
]
},
"data": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"required" : true,
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "fulu" ],
"example" : "phase0"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"required" : true,
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "fulu" ],
"example" : "phase0"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"required" : true,
"schema" : {
"type" : "string",
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" ],
"enum" : [ "phase0", "altair", "bellatrix", "capella", "deneb", "electra", "fulu" ],
"example" : "phase0"
}
}
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", "fulu" ],
"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", "fulu" ],
"description" : "Version of the block being submitted."
}
} ],
Expand Down Expand Up @@ -48,6 +48,8 @@
"$ref" : "#/components/schemas/SignedBlockContentsDeneb"
}, {
"$ref" : "#/components/schemas/SignedBlockContentsElectra"
}, {
"$ref" : "#/components/schemas/SignedBlockContentsFulu"
} ]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"bellatrix",
"capella",
"deneb",
"electra"
"electra",
"fulu"
],
"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",
"fulu"
],
"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", "fulu" ],
"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",
"fulu"
],
"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", "fulu" ],
"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",
"fulu"
],
"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", "fulu" ],
"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",
"fulu"
],
"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",
"fulu"
],
"example": "phase0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"title" : "BlockContentsFulu",
"type" : "object",
"required" : [ "block", "kzg_proofs", "blobs" ],
"properties" : {
"block" : {
"$ref" : "#/components/schemas/BeaconBlockElectra"
},
"kzg_proofs" : {
"type" : "array",
"items" : {
"type" : "string",
"pattern" : "^0x[a-fA-F0-9]{2,}$",
"description" : "Bytes48 hexadecimal",
"format" : "bytes"
}
},
"blobs" : {
"type" : "array",
"items" : {
"type" : "string",
"pattern" : "^0x[a-fA-F0-9]{2,}$",
"description" : "SSZ hexadecimal",
"format" : "bytes"
}
}
}
}
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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"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", "fulu" ]
},
"execution_payload_blinded" : {
"type" : "boolean"
Expand Down Expand Up @@ -45,6 +45,8 @@
"$ref" : "#/components/schemas/BlockContentsElectra"
}, {
"$ref" : "#/components/schemas/BlindedBeaconBlockElectra"
}, {
"$ref" : "#/components/schemas/BlockContentsFulu"
} ]
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"title" : "SignedBlockContentsFulu",
"type" : "object",
"required" : [ "signed_block", "kzg_proofs", "blobs" ],
"properties" : {
"signed_block" : {
"$ref" : "#/components/schemas/SignedBeaconBlockElectra"
},
"kzg_proofs" : {
"type" : "array",
"items" : {
"type" : "string",
"pattern" : "^0x[a-fA-F0-9]{2,}$",
"description" : "Bytes48 hexadecimal",
"format" : "bytes"
}
},
"blobs" : {
"type" : "array",
"items" : {
"type" : "string",
"pattern" : "^0x[a-fA-F0-9]{2,}$",
"description" : "SSZ hexadecimal",
"format" : "bytes"
}
}
}
}
Loading