add extra note

This commit is contained in:
Danny Ryan 2019-01-30 08:05:30 -08:00
parent 8869dfff36
commit 3f836cad5f
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A

View File

@ -361,7 +361,7 @@ def get_next_epoch_crosslink_committees(state: BeaconState,
return potential_assignments
```
A validator should always plan for both values of `registry_change` as a possibility unless the validator can concretely eliminate one of the options. Planning for a future shuffling involves noting at which slot one might have to attest and propose and also which shard one should begin syncing (in phase 1+).
`get_next_epoch_crosslink_committees` should be called at the beginning of each epoch to plan for the next epoch. A validator should always plan for both values of `registry_change` as a possibility unless the validator can concretely eliminate one of the options. Planning for a future shuffling involves noting at which slot one might have to attest and propose and also which shard one should begin syncing (in phase 1+).
## How to avoid slashing