Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and broken EIP-3675 link #55

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ the following actions:
required data `slot`, `parent_hash` and `pubkey`, where:
* `slot` is the proposal's slot
* `parent_hash` is the value `state.latest_execution_payload_header.block_hash`
* `pubkey` is the propser's public key
* `pubkey` is the proposer's public key
2. Assemble a `BlindedBeaconBlock` according to the process outlined in the [Bellatrix specs][bellatrix-specs] but with
the `ExecutionPayloadHeader` from the prior step in lieu of the full `ExecutionPayload`.
3. The proposer signs the `BlindedBeaconBlock` and assembles a `SignedBlindedBeaconBlock` which is returned to the
Expand Down Expand Up @@ -154,7 +154,7 @@ Honest validators will not utilize the external builder network during the trans
proof-of-stake. This requirement is in place to reduce the overall technical complexity of the Merge.

Concretely, honest validators **MUST** wait until the transition has been finalized before
they can start querying the external builder network. See [EIP-3675](eip-3675) for further details about the transition
they can start querying the external builder network. See [EIP-3675][eip-3675] for further details about the transition
process itself.

[builder-spec]: ./builder.md
Expand Down