-
Notifications
You must be signed in to change notification settings - Fork 369
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
E2E test of validator ordering #1472
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1472 +/- ##
=========================================
Coverage ? 73.73%
=========================================
Files ? 277
Lines ? 7418
Branches ? 660
=========================================
Hits ? 5470
Misses ? 1836
Partials ? 112
Continue to review full report at Codecov.
|
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.
Thanks for writing this up! It was really helpful in finding the issues with the shuffle change.
I've left a couple of comments, and we should probably merge this after #1464
…po into cmcewen/shuffle-e2e
This reverts commit fb694e6.
Description
With the new round robin shuffle, we want to ensure that we have proper validator ordering and block distribution
Tested
This is a test
Related changes
Depends on: #1464