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

R4R: Fix stake CLI cmds #2025

Closed
wants to merge 22 commits into from
Closed

Conversation

fedekunze
Copy link
Collaborator

@fedekunze fedekunze commented Aug 14, 2018

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).


  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
  • Updated all relevant documentation (docs/)
  • Updated all relevant code comments
  • Wrote tests
  • Added entries in PENDING.md that include links to the relevant issue or PR that most accurately describes the change.
  • Updated cmd/gaia and examples/

For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

zramsay and others added 10 commits August 13, 2018 13:15
* 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
Copy link

codecov bot commented Aug 14, 2018

Codecov Report

Merging #2025 into release/v0.24.0 will not change coverage.
The diff coverage is 0%.

@@               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

@fedekunze fedekunze changed the title Fedekunze/2021/fix stake cli R4R: Fix stake CLI cmds Aug 14, 2018
Copy link
Contributor

@alexanderbez alexanderbez left a 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
Copy link
Contributor

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).

Copy link
Collaborator Author

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

@cwgoes cwgoes changed the base branch from develop to release/v0.24.0 August 15, 2018 12:59
@cwgoes cwgoes changed the base branch from release/v0.24.0 to develop August 15, 2018 12:59
@cwgoes
Copy link
Contributor

cwgoes commented Aug 15, 2018

@fedekunze Let's get this in 0.24 - can you rebase and change the base branch?

ValarDragon and others added 7 commits August 15, 2018 15:16
* Added tests for Delegator Validators routes

* Updated tests for undelegations

* Updated Gaia-lite docs

* Updated PENDING.md

* Updated comments

* Deleted more comments

* Add spacing
@fedekunze fedekunze changed the base branch from develop to release/v0.24.0 August 15, 2018 13:28
@cwgoes
Copy link
Contributor

cwgoes commented Aug 15, 2018

I think you still have unintended commits in this PR @fedekunze

@fedekunze
Copy link
Collaborator Author

Moved to #2043

@fedekunze fedekunze closed this Aug 15, 2018
@fedekunze fedekunze changed the base branch from release/v0.24.0 to develop August 15, 2018 14:35
@fedekunze fedekunze deleted the fedekunze/2021/fix-stake-cli branch August 15, 2018 14:35
chillyvee pushed a commit to chillyvee/cosmos-sdk that referenced this pull request Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants