Skip to content

Commit

Permalink
When producing block, send BlobsBundle because signature unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Nov 3, 2023
1 parent e37d1ce commit 25f06be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions types/deneb/blob_sidecar.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
Deneb:
BlobsBundle:
type: object
description: "A blbs bundle as defined in the Deneb consensus spec."
properties:
blobs:
type: array
items:
$ref: '../primitive.yaml#/Blob'
kzg_commitments:
type: array
items:
$ref: '../primitive.yaml#/KZGCommitment'
kzg_proofs:
type: array
items:
$ref: '../primitive.yaml#/KZGProof'

BlobSidecars:
type: array
items:
Expand Down
4 changes: 2 additions & 2 deletions types/deneb/block_contents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Deneb:
properties:
block:
$ref: "./block.yaml#/Deneb/BeaconBlock"
blob_sidecars:
$ref: "./blob_sidecar.yaml#/Deneb/BlobSidecars"
blobs_bundle:
$ref: "./blob_sidecar.yaml#/Deneb/BlobsBundle"

BlindedBlockContents:
type: object
Expand Down

0 comments on commit 25f06be

Please sign in to comment.