Skip to content

Commit

Permalink
add note about not using builder software until the merge finalizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored and lightclient committed May 27, 2022
1 parent 0dbc1e6 commit e912fa8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ a signature for a `BlindedBeaconBlock` (via a dissemination of a `SignedBlindedB
**MUST** not use the local build process as a fallback, even in the event of some failure with the external builder
network.

## Responsibilites during the Merge transition

Honest validators will not utilize the external builder network until after the transition from the proof-of-work chain
to the proof-of-stake beacon chain has been finalized by the proof-of-stake validators. This requirement is in place
to reduce the overall technical complexity of the Merge. Concretely this means a honest validator client will not use
any of the builder APIs or run any builder software until the Merge has finalized.

[builder-spec]: ./builder.md
[builder-spec-apis]: ./builder.md#endpoints
[register-validator-with-builder]: https://ethereum.github.io/builder-specs/#/Builder/registerValidator
Expand Down

0 comments on commit e912fa8

Please sign in to comment.