-
Notifications
You must be signed in to change notification settings - Fork 62
feat(consensus): Introduce validator scoring metrics #7604
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
address comments Co-authored-by: Andrew Cullen <45826600+cyberphysic4l@users.noreply.github.com>
piotrm50
left a comment
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.
Left a comment about one last detail that I would change.
cyberphysic4l
left a comment
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.
Few small requests for final changes, otherwise lgtm
Description of change
This PR introduces a set of misbehavior-related metrics to be stored by all validators. These same metrics are exposed via Prometheus.
Each validator will track, for each of their peers:
Bases on these values, validators also calculate their peers' score.
Notes:
How the change has been tested
Release Notes