Skip to content

Commit 76165b8

Browse files
committed
updates per nico review
1 parent a65ab3a commit 76165b8

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

apis/beacon/execution_payload/envelope_get.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
get:
2-
operationId: getExecutionPayloadEnvelopeByBlockId
3-
summary: Get execution payload envelope
2+
operationId: getSignedExecutionPayloadEnvelope
3+
summary: Get signed execution payload envelope
44
description: |
5-
Retrieves execution payload envelope for a given block id.
5+
Retrieves signed execution payload envelope for a given block id.
66
Depending on `Accept` header it can be returned either as json or as bytes serialized by SSZ.
77
tags:
88
- Beacon

apis/beacon/pool/payload_attestations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ get:
3030
data:
3131
type: array
3232
items:
33-
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Gloas.PayloadAttestationMessage"
33+
$ref: "../../../beacon-node-oapi.yaml#/components/schemas/Gloas.PayloadAttestation"
3434
"400":
3535
description: "The slot could not be parsed"
3636
content:

apis/validator/execution_payload_envelope.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ get:
22
operationId: getExecutionPayloadEnvelope
33
summary: Get execution payload envelope
44
description: |
5-
Retrieves execution payload envelope for a given slot and builder. The envelope contains the full
5+
Retrieves execution payload envelope for a given slot and builder, which can then be signed by a validator. The envelope contains the full
66
execution payload along with associated metadata. Depending on `Accept` header, it can be returned
77
either as json or as bytes serialized by SSZ.
88
tags:

types/gloas/execution_payload_bid.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gloas:
22
ExecutionPayloadBid:
33
type: object
4-
description: "The [`ExecutionPayloadBid`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#executionpayloadbid) object from the CL gloas spec."
4+
description: "The [`ExecutionPayloadBid`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#executionpayloadbid) object from the CL Gloas spec."
55
required: [parent_block_hash, parent_block_root, block_hash, fee_recipient, gas_limit, builder_index, slot, value, blob_kzg_commitments_root]
66
properties:
77
parent_block_hash:
@@ -25,7 +25,7 @@ Gloas:
2525

2626
SignedExecutionPayloadBid:
2727
type: object
28-
description: "The [`SignedExecutionPayloadBid`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#signedexecutionpayloadbid) object from the CL gloas spec."
28+
description: "The [`SignedExecutionPayloadBid`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#signedexecutionpayloadbid) object from the CL Gloas spec."
2929
required: [message, signature]
3030
properties:
3131
message:

types/gloas/execution_payload_envelope.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gloas:
22
ExecutionPayloadEnvelope:
33
type: object
4-
description: "The [`ExecutionPayloadEnvelope`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#executionpayloadenvelope) object from the CL gloas spec."
4+
description: "The [`ExecutionPayloadEnvelope`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#executionpayloadenvelope) object from the CL Gloas spec."
55
required: [payload, execution_requests, builder_index, beacon_block_root, slot, blob_kzg_commitments, state_root]
66
properties:
77
payload:
@@ -30,7 +30,7 @@ Gloas:
3030

3131
SignedExecutionPayloadEnvelope:
3232
type: object
33-
description: "The [`SignedExecutionPayloadEnvelope`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#signedexecutionpayloadenvelope) object from the CL gloas spec."
33+
description: "The [`SignedExecutionPayloadEnvelope`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#signedexecutionpayloadenvelope) object from the CL Gloas spec."
3434
required: [message, signature]
3535
properties:
3636
message:

types/gloas/payload_attestation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gloas:
1919

2020
PayloadAttestation:
2121
type: object
22-
description: "The [`PayloadAttestation`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#payloadattestation) object from the CL gloas spec."
22+
description: "The [`PayloadAttestation`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#payloadattestation) object from the CL Gloas spec."
2323
required: [aggregation_bits, data, signature]
2424
properties:
2525
aggregation_bits:

wordlist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ KZGCommitmentInclusionProof
3838
LMD
3939
fulu
4040
gloas
41+
PTC
42+
ptc
43+
PtcDuty
44+
produceBlockV

0 commit comments

Comments
 (0)