-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: Fix stake CLI cmds #2025
R4R: Fix stake CLI cmds #2025
Conversation
* Added tests for Delegator Validators routes * Updated tests for undelegations * Updated Gaia-lite docs * Updated PENDING.md * Updated comments * Deleted more comments * Add spacing
If dep already sees its scratch directory (.vendor-new), dep ensure fails. This rm -rf's that directory so make get_vendor_deps doesn't fail.
Codecov Report
@@ Coverage Diff @@
## release/v0.24.0 #2025 +/- ##
================================================
Coverage 64.86% 64.86%
================================================
Files 115 115
Lines 6862 6862
================================================
Hits 4451 4451
Misses 2127 2127
Partials 284 284 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK -- just left one remark on the pending log
PENDING.md
Outdated
@@ -54,6 +54,7 @@ FEATURES | |||
* [store] Add transient store | |||
* [gov] Add slashing for validators who do not vote on a proposal | |||
* [cli] added `gov query-proposals` command to CLI. Can filter by `depositer`, `voter`, and `status` | |||
* Added staking query cli cmds for unbonding-delegations and redelegations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we really adding this under the top line? Should be it's separate entry with the referenced PR (or issue -- we need to come to a consensus on that).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idk, I was just following the examples from above, but I'll change if you think it's better that way
@fedekunze Let's get this in 0.24 - can you rebase and change the base branch? |
* Added tests for Delegator Validators routes * Updated tests for undelegations * Updated Gaia-lite docs * Updated PENDING.md * Updated comments * Deleted more comments * Add spacing
I think you still have unintended commits in this PR @fedekunze |
Moved to #2043 |
Fixes #2021
Also noted that unbonding commands where not included in
cmd/gaia/cmd/gaiacli
so I added those as well.Most of the query cmds for staking are not included in the
docs
. Will include those in a separate issue (#2026).docs/
)PENDING.md
that include links to the relevant issue or PR that most accurately describes the change.cmd/gaia
andexamples/
For Admin Use: