Skip to content
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

feat: add validator performance ranks & quartiles, quartiles in generation methods #1546

Merged
merged 22 commits into from
Oct 22, 2023

Conversation

rossbulat
Copy link
Collaborator

@rossbulat rossbulat commented Oct 22, 2023

Enhancing the ability to discover high performing and reliable validators.

  • Ranks validators over MaxEraRewardPointsEras, calculates which quartiles they fall into, and stores on a per-validator basis the eras they were active in and points earned for that era.
  • Validator list is ordered by MaxEraRewardPointsEras ranks by default.
  • Quartiles are factored into generation methods to ensure high performance validators are chosen.
  • Removed "Parachain Validator" generation method in favour of "High Performance Validator" method.

@rossbulat rossbulat changed the title feat: add validator performance ranks & quartiles feat: add validator performance ranks & quartiles, quartiles in generation methods Oct 22, 2023
src/locale/cn/library.json Outdated Show resolved Hide resolved
src/locale/cn/library.json Outdated Show resolved Hide resolved
@rossbulat rossbulat merged commit 2955e70 into main Oct 22, 2023
@rossbulat rossbulat deleted the rb-validator-performance-ranks branch October 22, 2023 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants