Skip to content
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
3 changes: 3 additions & 0 deletions specs/gloas/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Configuration](#configuration)
- [Time parameters](#time-parameters)
- [Validator assignment](#validator-assignment)
- [Payload timeliness committee](#payload-timeliness-committee)
- [Lookahead](#lookahead)
- [Beacon chain responsibilities](#beacon-chain-responsibilities)
- [Attestation](#attestation)
Expand Down Expand Up @@ -44,6 +45,8 @@ included in Gloas.

## Validator assignment

### Payload timeliness committee

A validator may be a member of the new Payload Timeliness Committee (PTC) for a
given slot. To check for PTC assignments the validator uses the helper
`get_ptc_assignment(state, epoch, validator_index)` where `epoch <= next_epoch`.
Expand Down