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 committee assignment bugs (Spec PR #699) #478

Closed
akhila-raju opened this issue Mar 15, 2019 · 0 comments
Closed

Fix committee assignment bugs (Spec PR #699) #478

akhila-raju opened this issue Mar 15, 2019 · 0 comments
Labels
bug 🐞 Something isn't working good first issue 🙋 This is a good first issue for a new contributor to work on

Comments

@akhila-raju
Copy link
Contributor

Description

Fix these two bugs:

  • We were modifying current_shuffling_epoch and then calling get_current_epoch_committee_count expecting that it was still getting the committee count from the previous value of current_shuffling_epoch. Switch operations to prevent this error
  • When getting next epoch committee assignments, we were sometimes modifying committees_per_epoch and shuffling_epoch when these things should have remained constant.

See Spec PR #699

@akhila-raju akhila-raju added the bug 🐞 Something isn't working label Mar 15, 2019
@akhila-raju akhila-raju self-assigned this Mar 15, 2019
@akhila-raju akhila-raju added this to the Beacon Chain v0.5.0 Spec milestone Mar 15, 2019
@akhila-raju akhila-raju removed their assignment Mar 28, 2019
@akhila-raju akhila-raju added the good first issue 🙋 This is a good first issue for a new contributor to work on label Mar 28, 2019
@jrhea jrhea closed this as completed May 8, 2019
@jrhea jrhea mentioned this issue May 8, 2019
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working good first issue 🙋 This is a good first issue for a new contributor to work on
Projects
None yet
Development

No branches or pull requests

2 participants