Skip to content

Commit

Permalink
Revert "Update BidTrace (#7)"
Browse files Browse the repository at this point in the history
This reverts commit adae2d4.
  • Loading branch information
metachris authored May 19, 2023
1 parent adae2d4 commit cfd1f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions types/bids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BidTraceV2:
num_tx:
$ref: "../beacon-apis/types/primitive.yaml#/Uint64"

BidTraceV3:
BidTraceV2WithTimestamp:
allOf:
- $ref: "./bids.yaml#/BidTraceV2"
- type: object
Expand All @@ -37,5 +37,3 @@ BidTraceV3:
$ref: "./misc.yaml#/Int64"
timestamp_ms:
$ref: "./misc.yaml#/Int64"
extra_data:
$ref: "../beacon-apis/types/primitive.yaml#/ExtraData"
4 changes: 2 additions & 2 deletions types/responses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ ValidatorsResponse:
DeliveredPayloadsResponse:
type: array
items:
$ref: "./bids.yaml#/BidTraceV3"
$ref: "./bids.yaml#/BidTraceV2"

ReceivedBlocksResponse:
type: array
items:
$ref: "./bids.yaml#/BidTraceV3"
$ref: "./bids.yaml#/BidTraceV2WithTimestamp"

SubmitBlockResponseMessage:
type: object
Expand Down

0 comments on commit cfd1f96

Please sign in to comment.