2121 - [ Relation to local block building] ( #relation-to-local-block-building )
2222- [ How to avoid slashing] ( #how-to-avoid-slashing )
2323 - [ Proposer slashing] ( #proposer-slashing )
24+ - [ Responsibilites during the Merge transition] ( #responsibilites-during-the-merge-transition )
2425
2526<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2627
@@ -148,10 +149,12 @@ network.
148149
149150## Responsibilites during the Merge transition
150151
151- Honest validators will not utilize the external builder network until after the transition from the proof-of-work chain
152- to the proof-of-stake beacon chain has been finalized by the proof-of-stake validators. This requirement is in place
153- to reduce the overall technical complexity of the Merge. Concretely this means a honest validator client will not use
154- any of the builder APIs or run any builder software until the Merge has finalized.
152+ Honest validators will not utilize the external builder network during the transition from proof-of-work to
153+ proof-of-stake. This requirement is in place to reduce the overall technical complexity of the Merge.
154+
155+ Concretely, honest validators ** MUST** wait until the transition has been finalized before
156+ they can start querying the external builder network. See [ EIP-3675] ( eip-3675 ) for further details about the transition
157+ process itself.
155158
156159[ builder-spec ] : ./builder.md
157160[ builder-spec-apis ] : ./builder.md#endpoints
@@ -161,3 +164,4 @@ any of the builder APIs or run any builder software until the Merge has finalize
161164[ beacon-node-apis ] : https://ethereum.github.io/beacon-APIs
162165[ bellatrix-specs ] : https://github.com/ethereum/consensus-specs/blob/dev/specs/bellatrix
163166[ bellatrix-validator-specs ] : https://github.com/ethereum/consensus-specs/blob/dev/specs/bellatrix/validator.md
167+ [ eip-3675 ] : https://eips.ethereum.org/EIPS/eip-3675
0 commit comments