-
Notifications
You must be signed in to change notification settings - Fork 25
Enable notifier and latency service #295
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
- CK's dvt changes - Remove `sign_validator_exit` from trait
…as "SigningEnabled"
# Conflicts: # Cargo.lock # Cargo.toml # anchor/client/src/lib.rs
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.
Pull Request Overview
This pull request enables the notifier and latency services to improve the client's functionality related to validator notifications and latency measurements. Key changes include updating the validator store to use a filter function for selecting voting public keys, integrating the notifier and latency services in the client, and adding a configuration flag along with a CLI option to control the latency service.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| anchor/validator_store/src/lib.rs | Updates voting_pubkeys to filter validators by status |
| anchor/client/src/lib.rs | Activates notifier and latency services with error handling for notifier only |
| anchor/client/src/config.rs | Adds a new flag and default for latency service control |
| anchor/client/src/cli.rs | Adds a CLI flag to disable the latency measurement service |
# Conflicts: # anchor/client/src/lib.rs
diegomrsantos
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.
LGTM, thanks
Issue Addressed
Proposed Changes
Additional Info
We can merge this as soon as I tested the changes and we have merged the LH changes into the
anchorbranch.