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 AttestationData to contain latest_crosslink so that it is calculable from within an attestation how many epochs said attestation spans, and that my client is compliant with the Beacon Chain spec v0.4.
Acceptance Criteria
AttestationData contains latest_crosslink (of type Crosslink) instead of latest_crosslink_root.
Relevant references are updated to comply with above. It is up to the implementor to verify operation, however some of these reference are:
The processAttestations method in BlockProcessorUtil.
The updateCrosslinks method in EpochProcessorUtil.
Description
As an implementor, I want
AttestationData
to containlatest_crosslink
so that it is calculable from within an attestation how many epochs said attestation spans, and that my client is compliant with the Beacon Chain spec v0.4.Acceptance Criteria
AttestationData
containslatest_crosslink
(of typeCrosslink
) instead oflatest_crosslink_root
.processAttestations
method inBlockProcessorUtil
.updateCrosslinks
method inEpochProcessorUtil
.Additional Information
See ethereum/consensus-specs#585
The text was updated successfully, but these errors were encountered: