Skip to content

Commit

Permalink
add note aboutgenesis attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Nov 7, 2019
1 parent a28c027 commit 9b21c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/validator/0_beacon-chain-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ A validator is expected to create, sign, and broadcast an attestation during eac

A validator should create and broadcast the `attestation` to the associated attestation subnet one-third of the way through the `slot` during which the validator is assigned―that is, `SECONDS_PER_SLOT / 3` seconds after the start of `slot`.

*Note*: Although attestations during `GENESIS_EPOCH` do not count toward FFG finality, these initial attestations do give weight to the fork choice, are rewarded fork, and should be made.

#### Attestation data

First, the validator should construct `attestation_data`, an [`AttestationData`](../core/0_beacon-chain.md#attestationdata) object based upon the state at the assigned slot.
Expand Down

0 comments on commit 9b21c0d

Please sign in to comment.