You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the shuffling to take into account the weight. (#4505)
## Motivation
Not all validators are equal. Taking into account their weight during
the shuffling makes the validators with more weight more responsible for
accessing the
Fixes#2616
## Proposal
We simply count the weights when doing the random shuffling.
## Test Plan
The CI.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
None.
0 commit comments