Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Oct 24, 2024
1 parent 45a68d5 commit 4fd27cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/electra/submit_block_request.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"target_pubkey": "0x93247f2209abcacf57b75a51dafae777f9dd38bc7053d1af526f220a7489a6d3a2753e5f3e8b1cfe39b56f43611df74a"
}
]
}
},
"signature": "0x1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505cc411d61252fb6cb3fa0017b679f8bb2305b26a285fa2737f175668d0dff91cc1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505"
}
}
4 changes: 4 additions & 0 deletions relay-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ components:
$ref: "./types/capella/requests.yaml#/Capella/SubmitBlockRequest"
Deneb.SubmitBlockRequest:
$ref: "./types/deneb/requests.yaml#/Deneb/SubmitBlockRequest"
Electra.SubmitBlockRequest:
$ref: "./types/electra/requests.yaml#/Electra/SubmitBlockRequest"
ValidatorsResponse:
$ref: "./types/responses.yaml#/ValidatorsResponse"
DeliveredPayloadsResponse:
Expand All @@ -73,3 +75,5 @@ components:
$ref: "./examples/capella/submit_block_request.json"
Deneb.SubmitBlockRequest:
$ref: "./examples/deneb/submit_block_request.json"
Electra.SubmitBlockRequest:
$ref: "./examples/electra/submit_block_request.json"
3 changes: 2 additions & 1 deletion types/electra/requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Electra:
SubmitBlockRequest:
allOf:
- $ref: '../bellatrix/requests.yaml#/Bellatrix/SubmitBlockRequestCommon'
- $ref: "../../builder-specs/types/electra/execution_payload_and_blobs_bundle.yaml#/Electra/ExecutionPayloadAndBlobsBundle"
- $ref: "../../builder-specs/types/deneb/execution_payload_and_blobs_bundle.yaml#/Deneb/ExecutionPayloadAndBlobsBundle"
- $ref: "../../beacon-apis/types/electra/execution_requests.yaml#/Electra/ExecutionRequests"

0 comments on commit 4fd27cc

Please sign in to comment.