Skip to content

Commit 94df9ba

Browse files
authored
Merge transition delay (#38)
* run `doctoc` * add note about delaying use of builder network through Merge * add `EIP` to allowed wordlist for spellcheck * Remove additional delay to further reduce complexity
1 parent 4401137 commit 94df9ba

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

specs/validator.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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

wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ validators
2424
validator's
2525
vc
2626
wei
27+
EIP

0 commit comments

Comments
 (0)