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

PoS Staking Manager should count how many delegators each validator has #560

Open
geoff-vball opened this issue Sep 19, 2024 · 0 comments
Open
Labels

Comments

@geoff-vball
Copy link
Contributor

Context and scope
If a validation ends before all of it's delegations, we keep a number of objects around in state such as uptime so that the delegators have enough information to exit. We should keep a count of the delegators that need this information so that we can clean it up upon exit.

Discussion and alternatives
We may just want to keep an array of active delegation IDs for each validator. Currently I don't think it's possible for a validator to get any insight into its delegators just by querying the contract state.

Open questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog 🗄️
Development

No branches or pull requests

1 participant