Skip to content

Commit

Permalink
update codec with blob sidecar array
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
  • Loading branch information
noslav committed Mar 27, 2024
1 parent bd51e84 commit c715768
Showing 1 changed file with 33 additions and 30 deletions.
63 changes: 33 additions & 30 deletions codec/block-ethereum.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -339,37 +339,40 @@
"type":[
"null",
{
"name":"blobTxSidecar",
"type":"record",
"fields":[
{
"name":"Blobs",
"type":[
"null",
"string"
],
"default":"null"
},
{
"name":"Commitments",
"type":[
"null",
"string"
],
"default":"null"
},
{
"name":"Proofs",
"type":[
"null",
"string"
],
"default":"null"
"type":"array",
"items":{
"name":"blobTxSidecar_record",
"type":"record",
"fields":[
{
"name":"Blobs",
"type":[
"null",
"string"
],
"default":"null"
},
{
"name":"Commitments",
"type":[
"null",
"string"
],
"default":"null"
},
{
"name":"Proofs",
"type":[
"null",
"string"
],
"default":"null"
}
]
}
]
}
],
"default":"null"
}
],
"default":"null"
}
]
}
Expand Down

0 comments on commit c715768

Please sign in to comment.