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

Track validators commission history #5453

Closed
Tracked by #5455
ManuGowda opened this issue Nov 16, 2023 · 0 comments · Fixed by #5523
Closed
Tracked by #5455

Track validators commission history #5453

ManuGowda opened this issue Nov 16, 2023 · 0 comments · Fixed by #5523

Comments

@ManuGowda
Copy link
Contributor

ManuGowda commented Nov 16, 2023

Description

To make an informed decision about staking with a specific validator, it's crucial for a staker to be aware of the historical changes in validator commissions.

Acceptance criteria

  • Provide commission historical changes under My validator profile for each validator
  • The changes should be ordered by old to new (latest timestamp)
  • Following information should be provided
  • Implement UI for light and dark mode
Date Old Commission (%) New Commission (%)
14 Nov 2023, 09:16:50 PM 100 99.99
15 Nov 2023, 09:16:50 PM 99.99 50

Additional information

  • To fetch the commission history for a validator, query the events endpoint and filter by type commission to get the necessary information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants