Skip to content

Commit

Permalink
Remove SignedBeaconBlockAndBlobsSidecar and update MAX_BLOBS_PER_BLOC…
Browse files Browse the repository at this point in the history
…K to 4
  • Loading branch information
jimmygchen committed Dec 16, 2022
1 parent 645ec5e commit 77907ea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions types/eip4844/block_and_blobs_sidecar.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
EIP4844:
SignedBeaconBlockAndBlobsSidecar:
type: object
description: "The `SignedBeaconBlockAndBlobsSidecar` object from the EIP-4844 CL spec."
properties:
beacon_block:
$ref: "./block.yaml#/EIP4844/SignedBeaconBlock"
blobs_sidecar:
$ref: "#/EIP4844/BlobsSidecar"

BlobsSidecar:
type: object
description: "The `BlobsSidecar` object from the EIP-4844 CL spec."
Expand All @@ -18,7 +9,7 @@ EIP4844:
$ref: "../primitive.yaml#/Uint64"
blobs:
type: array
maxItems: 16
maxItems: 4
minItems: 0
items:
$ref: "#/EIP4844/Blob"
Expand Down

0 comments on commit 77907ea

Please sign in to comment.