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

Fix off by one issue in sync committees #2522

Merged
merged 2 commits into from
May 14, 2021

Conversation

dapplion
Copy link
Contributor

Motivation

As per the changes in ethereum/consensus-specs#2400 sync committee duties are now performed from one slot prior to the start of the sync committee period to one slot prior to the end.

Description

Closes #2516

@codeclimate
Copy link

codeclimate bot commented May 14, 2021

Code Climate has analyzed commit 0650176 and detected 0 issues on this pull request.

View more on Code Climate.

@dapplion dapplion mentioned this pull request May 14, 2021
@twoeths twoeths merged commit e04410b into master May 14, 2021
@twoeths twoeths deleted the dapplion/sync-committee-off-by-one branch May 14, 2021 04:10
@dapplion dapplion mentioned this pull request May 14, 2021
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add logic for handling sync committee off by one issue
2 participants