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

Get unbonding_delegations and redelegations from a validator #2477

Closed
2 tasks done
jackzampolin opened this issue Oct 11, 2018 · 2 comments
Closed
2 tasks done

Get unbonding_delegations and redelegations from a validator #2477

jackzampolin opened this issue Oct 11, 2018 · 2 comments
Assignees

Comments

@jackzampolin
Copy link
Member

jackzampolin commented Oct 11, 2018

As a user, I should be able to query the following routes:

  • GET /stake/validators/{validatorAddr}/unbonding_delegations
  • GET /stake/validators/{validatorAddr}/redelegations

UseCase: Validators who want to check which account addresses have delegated to them. Without these endpoints there is no way for validators to check this information.

@faboweb
Copy link
Contributor

faboweb commented Oct 12, 2018

Why not add GET /stake/validators/{validatorAddr}/delegations in there? (didn't check the current API, sorry if this already exists)

@fedekunze
Copy link
Collaborator

@faboweb already exists #2027

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

No branches or pull requests

3 participants