Skip to content

Commit

Permalink
Document array limits for SSZ transport
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Nov 3, 2023
1 parent 25f06be commit f79836c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/deneb/blob_sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ Deneb:
type: array
items:
$ref: '../primitive.yaml#/Blob'
minItems: 0
maxItems: 4096
kzg_commitments:
type: array
items:
$ref: '../primitive.yaml#/KZGCommitment'
minItems: 0
maxItems: 4096
kzg_proofs:
type: array
items:
$ref: '../primitive.yaml#/KZGProof'
minItems: 0
maxItems: 4096

BlobSidecars:
type: array
Expand Down

0 comments on commit f79836c

Please sign in to comment.