-
Notifications
You must be signed in to change notification settings - Fork 1k
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 Attestation Bug #1619
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1619 +/- ##
======================================
Coverage 71.1% 71.1%
======================================
Files 94 94
Lines 6618 6618
======================================
Hits 4706 4706
Misses 1502 1502
Partials 410 410 |
…smaticlabs/prysm into fix-off-by-one-attestation-issue-627
How come this wasn't caught by tests? |
How to reproduce this: It's not so much of a unit test regression, it's more so a e2e test regression, our e2e test suite is quite minimal we will need to enhance it |
This is part of #1542 bug fixes
In this PR we fixes the by one attestation issue as referenced in:
ethereum/consensus-specs#627
ethereum/consensus-specs#618