aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

feat(telemetry): keep tracking of registered operators

Open JuArce opened this issue 1 year ago • 0 comments

Description

Telemetry API has to keep tracking of registered operators and maintain in a database the following information

  • Operator address
  • Operator ID
  • Stake
  • Name

Tasks

  • [ ] Get list of operators on startup
  • [ ] Get operators metadata
  • [ ] Listen for new operators registration/deregistration
  • [ ] Listen for changes on operators stake
  • [ ] Listen for changes on operators metadata

JuArce avatar Sep 25 '24 03:09 JuArce