Skip to content

Commit

Permalink
update blob size
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Jul 20, 2023
1 parent ab19e26 commit ea55b29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/deneb/blindedbeaconblockbody.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type BlindedBeaconBlockBody struct {
SyncAggregate *altair.SyncAggregate
ExecutionPayloadHeader *deneb.ExecutionPayloadHeader
BLSToExecutionChanges []*capella.SignedBLSToExecutionChange `ssz-max:"16"`
BlobKzgCommitments []deneb.KzgCommitment `ssz-max:"4" ssz-size:"?,48"`
BlobKzgCommitments []deneb.KzgCommitment `ssz-max:"6" ssz-size:"?,48"`
}

// String returns a string version of the structure.
Expand Down
2 changes: 1 addition & 1 deletion api/v1/deneb/blindedblockcontents.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
// BlindedBlockContents represents the contents of a block, both blinded block and blob.
type BlindedBlockContents struct {
BlindedBlock *BlindedBeaconBlock
BlindedBlobSidecars []*BlindedBlobSidecar `ssz-max:"4"`
BlindedBlobSidecars []*BlindedBlobSidecar `ssz-max:"6"`
}

// String returns a string version of the structure.
Expand Down
2 changes: 1 addition & 1 deletion api/v1/deneb/signedblindedblockcontents.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
// SignedBlindedBlockContents represents the contents of a block, both block and blob.
type SignedBlindedBlockContents struct {
SignedBlindedBlock *SignedBlindedBeaconBlock
SignedBlindedBlobSidecars []*SignedBlindedBlobSidecar `ssz-max:"4"`
SignedBlindedBlobSidecars []*SignedBlindedBlobSidecar `ssz-max:"6"`
}

// String returns a string version of the structure.
Expand Down

0 comments on commit ea55b29

Please sign in to comment.