Skip to content
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

Delegators not removed when they undelegate #99

Open
rickstaa opened this issue Jan 14, 2024 · 1 comment
Open

Delegators not removed when they undelegate #99

rickstaa opened this issue Jan 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rickstaa
Copy link
Member

rickstaa commented Jan 14, 2024

Describe the bug

I just noticed a minor bug that causes delegators already undelegated to be still returned by livepeer_orch_delegator_bonded_amount.

Reproduction steps

  1. Ensure the exporter is started as explained in the README.
  2. Ensure you delegate and undelegate LPT to your orchestrator in two rounds.
  3. Go to the Grafana Explore tab.
  4. Checkout the livepeer_orch_delegator_bonded_amount metric.
  5. See that the exporter still returns the accounts already undelegated.

Expected behaviour

These undelegated accounts should not be returned.

Screenshots / Live demo link

No response

System information

  • Run method: Docker
  • OS: Linux
  • Exporter version: 2.8.1

Additional context

This possible is an easy bug to fix since this data is not returned by the Livepeer Subgraph.

@rickstaa rickstaa added the bug Something isn't working label Jan 14, 2024
@rickstaa
Copy link
Member Author

It seems that this is fixed after some time 🤔.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant