You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an implementor, I want to include any attestation whose slot is >= to the genesis slot AND whose slot is no more than one epoch (inclusive) of the current state so that all valid attestations may be included.
Acceptance Criteria
During the processAttestations step of per-block processing, any attestation such that state.slot <= attestation.slot.data + SLOTS_PER_EPOCH should be included.
Description
As an implementor, I want to include any attestation whose slot is >= to the genesis slot AND whose slot is no more than one epoch (inclusive) of the current state so that all valid attestations may be included.
Acceptance Criteria
processAttestations
step of per-block processing, any attestation such thatstate.slot <= attestation.slot.data + SLOTS_PER_EPOCH
should be included.Additional Information
See ethereum/consensus-specs#752
The text was updated successfully, but these errors were encountered: