-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embed blob sidecars directly under blob_sidecars property in BlockCon…
…tents (#7145) * remove unused BlobSidecars container
- Loading branch information
1 parent
e0addad
commit dd9cbbc
Showing
35 changed files
with
194 additions
and
960 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
...ion-test/resources/tech/pegasys/teku/beaconrestapi/beacon/schema/BlindedBlobSidecars.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...ntegration-test/resources/tech/pegasys/teku/beaconrestapi/beacon/schema/BlobSidecars.json
This file was deleted.
Oops, something went wrong.
9 changes: 6 additions & 3 deletions
9
...tegration-test/resources/tech/pegasys/teku/beaconrestapi/beacon/schema/BlockContents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
52 changes: 0 additions & 52 deletions
52
data/serializer/src/main/java/tech/pegasys/teku/api/schema/deneb/BlobSidecars.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 0 additions & 59 deletions
59
data/serializer/src/main/java/tech/pegasys/teku/api/schema/deneb/SignedBlobSidecars.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
.../java/tech/pegasys/teku/spec/datastructures/blobs/versions/deneb/BlindedBlobSidecars.java
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
...tech/pegasys/teku/spec/datastructures/blobs/versions/deneb/BlindedBlobSidecarsSchema.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.