Skip to content

feat: add Validator card to network monitor dashboard#1900

Merged
SantiagoPittella merged 8 commits intonextfrom
santiagopittella-integrate-validator-monitor
Apr 16, 2026
Merged

feat: add Validator card to network monitor dashboard#1900
SantiagoPittella merged 8 commits intonextfrom
santiagopittella-integrate-validator-monitor

Conversation

@SantiagoPittella
Copy link
Copy Markdown
Collaborator

  • Extended ValidatorStatus proto response with chain_tip, validated_transactions_count, and signed_blocks_count fields.
  • Validator now tracks these metrics via atomic counters (initialized from DB at startup, updated on mutations) so the Status() endpoint does have DB overhead.
  • Added a Validator card to the network monitor dashboard that polls the validator's gRPC Status endpoint.
  • New --validator-url / MIDEN_MONITOR_VALIDATOR_URL config option.
Screenshot 2026-04-07 at 15 21 23

@SantiagoPittella SantiagoPittella force-pushed the santiagopittella-integrate-validator-monitor branch 2 times, most recently from e2f4cc3 to 9039e80 Compare April 7, 2026 18:22
@SantiagoPittella SantiagoPittella force-pushed the santiagopittella-integrate-validator-monitor branch from 9039e80 to fc627c1 Compare April 8, 2026 13:56
Comment thread bin/network-monitor/src/validator.rs Outdated
@SantiagoPittella SantiagoPittella merged commit df34d7b into next Apr 16, 2026
18 checks passed
@SantiagoPittella SantiagoPittella deleted the santiagopittella-integrate-validator-monitor branch April 16, 2026 14:52
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.

3 participants