Skip to content

Commit

Permalink
Update maximum blobs from 4 to 6 for 1.4.0-alpha 3. (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee authored Jun 15, 2023
1 parent 51b3b60 commit a62aa81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The Following are no longer in the Standard API, removed since the latest versio
| [#286](https://github.com/ethereum/beacon-APIs/pull/286) NEW `/eth/v1/beacon/blob_sidecars/{block_id}` | | | | | |
| [#319](https://github.com/ethereum/beacon-APIs/pull/319) `/eth/v1/debug/beacon/heads` removed deprecated endpoint | | | | | |
| [#302](https://github.com/ethereum/beacon-APIs/pull/302) Added `BlockContents` structures for `deneb` blocks and blob_sidecars | | | | | |
| [#327](https://github.com/ethereum/beacon-APIs/pull/327) Increased maximum number of blobs from 4 to 6 | | | | | |


## Version 2.4.0
Expand Down
8 changes: 4 additions & 4 deletions types/deneb/blob_sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Deneb:
items:
$ref: '#/Deneb/BlobSidecar'
minItems: 0
maxItems: 4
maxItems: 6

BlobSidecar:
type: object
Expand Down Expand Up @@ -32,7 +32,7 @@ Deneb:
items:
$ref: '#/Deneb/SignedBlobSidecar'
minItems: 0
maxItems: 4
maxItems: 6

SignedBlobSidecar:
type: object
Expand All @@ -48,7 +48,7 @@ Deneb:
items:
$ref: '#/Deneb/BlindedBlobSidecar'
minItems: 0
maxItems: 4
maxItems: 6

BlindedBlobSidecar:
type: object
Expand Down Expand Up @@ -76,7 +76,7 @@ Deneb:
items:
$ref: '#/Deneb/SignedBlindedBlobSidecar'
minItems: 0
maxItems: 4
maxItems: 6

SignedBlindedBlobSidecar:
type: object
Expand Down

0 comments on commit a62aa81

Please sign in to comment.