-
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.
- Loading branch information
1 parent
b8f52bd
commit 475cb45
Showing
19 changed files
with
10 additions
and
620 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.
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.
34 changes: 0 additions & 34 deletions
34
...rc/main/java/tech/pegasys/teku/spec/datastructures/blobs/versions/deneb/BlobSidecars.java
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
...n/java/tech/pegasys/teku/spec/datastructures/blobs/versions/deneb/BlobSidecarsSchema.java
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
...tech/pegasys/teku/spec/datastructures/blobs/versions/deneb/SignedBlindedBlobSidecars.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.