Skip to content

Commit

Permalink
remove blobsidecars container
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed May 15, 2023
1 parent b8f52bd commit 475cb45
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 620 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"$ref" : "#/components/schemas/BeaconBlockDeneb"
},
"blinded_blob_sidecars" : {
"$ref" : "#/components/schemas/BlindedBlobSidecars"
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/BlindedBlobSidecar"
}
}
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"title" : "BlockContents",
"type" : "object",
"required" : [ "beacon_block", "blob_sidecars" ],
"required" : [ "block", "blob_sidecars" ],
"properties" : {
"beacon_block" : {
"block" : {
"$ref" : "#/components/schemas/BeaconBlockDeneb"
},
"blob_sidecars" : {
"$ref" : "#/components/schemas/BlobSidecars"
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/BlobSidecar"
}
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 475cb45

Please sign in to comment.