-
-
Notifications
You must be signed in to change notification settings - Fork 289
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 rated.network score to validator monitor dashboard #6027
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
Maybe should be expressed as a 0-100% ? |
Good point, this also aligns better with how it is displayed on rated.network |
Note the rated.network formula on the chart is incomplete. It needs to consider block production succeses, since the metric for it was not available at the time |
See #5615 (comment), need to consider how we want to handle the case when there is no block proposal for the time period, for solo stakers this will be the case most of the time |
🎉 This PR is included in v1.12.0 🎉 |
Motivation
Description
Adds rated.network score to validator monitor dashboard
Note: Most of the diff comes from just moving the panels around, see add rated.network score panel for just the diff due to adding the new panel.