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: add storage field for validators' delegations sources #1125

Closed
Tracked by #2006
tzemanovic opened this issue Feb 7, 2023 · 1 comment
Closed
Tracked by #2006

PoS: add storage field for validators' delegations sources #1125

tzemanovic opened this issue Feb 7, 2023 · 1 comment

Comments

@tzemanovic
Copy link
Member

Currently, it's possible to find all delegators to a validator only by iterating all bonds deltas to the validator. To make it more efficient to query this, we should add a field (possibly a LazyMap or LazySet, see #168) for each validator

@tzemanovic
Copy link
Member Author

done in #3043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants