We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Validators should assigned proposers using round-robin ordering with respect to a pseudo-random order seeded with the block randomness.
Proposer ordering is determined by the particular way validators are added in the headers, roughly in oldest validator first ordering.
The text was updated successfully, but these errors were encountered:
asaj
nategraf
Successfully merging a pull request may close this issue.
Expected Behavior
Validators should assigned proposers using round-robin ordering with respect to a pseudo-random order seeded with the block randomness.
Current Behavior
Proposer ordering is determined by the particular way validators are added in the headers, roughly in oldest validator first ordering.
The text was updated successfully, but these errors were encountered: