Skip to content

Commit 5eccf7f

Browse files
committed
gloas container links updated to use specific commit
1 parent 7929dfe commit 5eccf7f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

types/gloas/block.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gloas:
22
BeaconBlockBodyCommon:
33
# An abstract object to collect the common fields between the BeaconBlockBody and the BlindedBeaconBlockBody objects
44
type: object
5-
description: "The [`BeaconBlockBody`](https://github.com/ethereum/consensus-specs/blob/master/specs/gloas/beacon-chain.md#beaconblockbody) object from the CL Gloas spec."
5+
description: "The [`BeaconBlockBody`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#beaconblockbody) object from the CL Gloas spec."
66
required: [randao_reveal, eth1_data, graffiti, proposer_slashings, attester_slashings, attestations, deposits, voluntary_exits, sync_aggregate, bls_to_execution_changes]
77
properties:
88
randao_reveal:

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/master/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/master/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/master/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:
@@ -34,7 +34,7 @@ Gloas:
3434

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

types/gloas/payload_attestation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gloas:
22
PayloadAttestationData:
33
type: object
4-
description: "The [`PayloadAttestationData`](https://github.com/ethereum/consensus-specs/blob/master/specs/gloas/beacon-chain.md#payloadattestationdata) object from the CL Gloas spec."
4+
description: "The [`PayloadAttestationData`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#payloadattestationdata) object from the CL Gloas spec."
55
required: [beacon_block_root, slot, payload_present, blob_data_available]
66
properties:
77
beacon_block_root:
@@ -21,7 +21,7 @@ Gloas:
2121

2222
PayloadAttestation:
2323
type: object
24-
description: "The [PayloadAttestation](https://github.com/ethereum/consensus-specs/blob/master/specs/gloas/beacon-chain.md#payloadattestation) object from the CL gloas spec."
24+
description: "The [`PayloadAttestation`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#payloadattestation) object from the CL gloas spec."
2525
required: [aggregation_bits, data, signature]
2626
properties:
2727
aggregation_bits:
@@ -33,7 +33,7 @@ Gloas:
3333

3434
PayloadAttestationMessage:
3535
type: object
36-
description: "The [`PayloadAttestationMessage`](https://github.com/ethereum/consensus-specs/blob/master/specs/gloas/beacon-chain.md#payloadattestationmessage) object from the CL Gloas spec."
36+
description: "The [`PayloadAttestationMessage`](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#payloadattestationmessage) object from the CL Gloas spec."
3737
required: [validator_index, data, signature]
3838
properties:
3939
validator_index:

validator-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This requires registering with builder-specific withdrawal credentials (`BUILDER
7878
Building:
7979
1. [Fetch ExecutionPayloadBid](#/Validator/getExecutionPayloadBid) from beacon node
8080
- Beacon node obtains payload via `engine_getPayload` call to execution client
81-
2. Cache fields required to form an [ExecutionPayloadEnvelope](https://github.com/ethereum/consensus-specs/blob/master/specs/gloas/beacon-chain.md#executionpayloadenvelope)
81+
2. Cache fields required to form an [ExecutionPayloadEnvelope](https://github.com/ethereum/consensus-specs/blob/00d531949b1f30516979b60ddd2a411e7f388299/specs/gloas/beacon-chain.md#executionpayloadenvelope)
8282
2. Sign ExecutionPayloadBid to create SignedExecutionPayloadBid
8383
3. [Submit SignedExecutionPayloadBid](#/Beacon/publishExecutionPayloadBid) to network for proposer consideration
8484
4. If bid is selected by proposer in their block:

0 commit comments

Comments
 (0)