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

Expose last bonding/unbonding block #592

Closed
zramsay opened this issue Mar 5, 2018 · 2 comments
Closed

Expose last bonding/unbonding block #592

zramsay opened this issue Mar 5, 2018 · 2 comments
Assignees
Milestone

Comments

@zramsay
Copy link
Contributor

zramsay commented Mar 5, 2018

ref: cosmos/gaia#135

@cwgoes
Copy link
Contributor

cwgoes commented Apr 10, 2018

Per discussion with @gamarin2 -

  • Given a delegator address and a validator address, return the last block height at which the delegator bonded to / unbonded from the given validator
  • If the delegator bonds to a validator, then fully unbonds, we don't need to keep history (we just need to accurately reflect the current state of all bonds)
  • Also need a separate function to return all current validators a specified delegator is bonded to

@cwgoes
Copy link
Contributor

cwgoes commented Apr 23, 2018

Closed by #902.

@cwgoes cwgoes closed this as completed Apr 23, 2018
MSalopek pushed a commit to MSalopek/cosmos-sdk that referenced this issue Apr 12, 2024
* Reapply "Backport: Removal of regex usage on denom validation  (cosmos#570)"

This reverts commit a07f5de.

* changelog

(cherry picked from commit 0732c8a)

Co-authored-by: Adam Tucker <[email protected]>
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

5 participants