mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:55:05 -05:00
minor change in language
This commit is contained in:
@@ -611,7 +611,7 @@ Extend the list of `AttestationRecord` objects in the `active_state` with those
|
||||
|
||||
Let `proposer_index` be the validator index of the `parent.slot % len(get_shards_and_committees_for_slot(crystallized_state, parent.slot)[0].committee)`'th attester in `get_shards_and_committees_for_slot(crystallized_state, parent.slot)[0]`. Verify that an attestation from this validator is part of the first (ie. item 0 in the array) `AttestationRecord` object; this attester can be considered to be the proposer of the parent block. In general, when a block is produced, it is broadcasted at the network layer along with the attestation from its proposer.
|
||||
|
||||
Additionally, we need to verify and update the RANDAO reveal. This is done as follows:
|
||||
Additionally, verify and update the RANDAO reveal. This is done as follows:
|
||||
|
||||
* Let `repeat_hash(x, n) = x if n == 0 else repeat_hash(hash(x), n-1)`.
|
||||
* Let `V = crystallized_state.validators[proposer_index]`.
|
||||
|
||||
Reference in New Issue
Block a user