Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure that epoch of attestation slot matches the target epoch #1509

Merged
merged 1 commit into from Dec 10, 2019

Conversation

djrtwo
Copy link
Contributor

@djrtwo djrtwo commented Dec 10, 2019

Addresses #1501

Adds a couple of asserts to ensure the attestation's slot matches the attestations target epoch.

Copy link
Collaborator

@protolambda protolambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch.

    assert data.target.epoch in (get_previous_epoch(state), get_current_epoch(state))
    assert data.slot + MIN_ATTESTATION_INCLUSION_DELAY <= state.slot <= data.slot + SLOTS_PER_EPOCH

The above indeed left just that little bit of flexibility that the epoch of data.slot can be 1 epoch off from target epoch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants