Skip to content

Conversation

@dknopik
Copy link
Member

@dknopik dknopik commented Apr 25, 2025

Issue Addressed

Proposed Changes

  • Uncomment blocks starting these services and adjust parameters.
  • Add flag to disable the latency service, like in LH.

Additional Info

We can merge this as soon as I tested the changes and we have merged the LH changes into the anchor branch.

@cla-assistant
Copy link

cla-assistant bot commented May 13, 2025

CLA assistant check
All committers have signed the CLA.

@dknopik dknopik mentioned this pull request May 13, 2025
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	anchor/client/src/lib.rs
@dknopik dknopik marked this pull request as ready for review May 14, 2025 11:22
@diegomrsantos diegomrsantos requested a review from Copilot May 14, 2025 13:41
Copy link
Contributor

Copilot AI left a 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
@dknopik dknopik requested a review from diegomrsantos May 20, 2025 11:35
Copy link
Member

@diegomrsantos diegomrsantos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@dknopik dknopik merged commit 7244e29 into sigp:unstable May 22, 2025
12 checks passed
@dknopik dknopik deleted the notifier-and-latency branch June 20, 2025 13:11
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