-
Notifications
You must be signed in to change notification settings - Fork 1.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
double proposal detector #5120
double proposal detector #5120
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5120 +/- ##
========================================
Coverage ? 2.67%
========================================
Files ? 217
Lines ? 15467
Branches ? 0
========================================
Hits ? 414
Misses ? 15007
Partials ? 46 |
defer span.End() | ||
epoch := helpers.SlotToEpoch(incomingBlk.Header.Slot) | ||
//TODO(#5119) remove constand and use input from block header. | ||
//validatorIdx:=blk.Header.ProposerIndex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? , why is it commented
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we still don't have proposer index in the block header
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would like to use stub till we get v0.11 merged
[Part of] #5116