-
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: Remove advanced gaiacli command #2014
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2014 +/- ##
========================================
Coverage 63.83% 63.83%
========================================
Files 113 113
Lines 6684 6684
========================================
Hits 4267 4267
Misses 2133 2133
Partials 284 284 |
Gopkg.lock
Outdated
@@ -2,76 +2,57 @@ | |||
|
|||
|
|||
[[projects]] | |||
digest = "1:09a7f74eb6bb3c0f14d8926610c87f569c5cff68e978d30e9a3540aeb626fdf0" |
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.
please update dep (make update_tools
)
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.
PENDING.md
Outdated
@@ -38,6 +38,7 @@ BREAKING CHANGES | |||
* [types] sdk.NewCoin now takes sdk.Int, sdk.NewInt64Coin takes int64 | |||
* [cli] #1551: Officially removed `--name` from CLI commands | |||
* [cli] Genesis/key creation (`init`) now supports user-provided key passwords | |||
* [cli] `gaiacli advanced` no longer exists - to access `ibc`, `rest-server`, and `validator-set` commands use `gaiacli ibc`, `gaiacli rest-server`, and `gaiacli tendermint`, respectively |
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.
Can you reference the PR here? e.g. [cli] #2014 ...
or even reference the actual PR? e.g. [cli] [#2014](link) ...
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.
looks good besides you need to update your dep
NICE! This is great! |
@alexanderbez fixed up that small issue and I think this is ready to merge! |
@cosmos/cosmos-ui breaking |
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 make sure all the docs & scripts where updated? But I think you covered that.
PENDING.md
Outdated
@@ -39,7 +39,13 @@ BREAKING CHANGES | |||
* [types] sdk.NewCoin now takes sdk.Int, sdk.NewInt64Coin takes int64 | |||
* [cli] #1551: Officially removed `--name` from CLI commands | |||
* [cli] Genesis/key creation (`init`) now supports user-provided key passwords | |||
* [cli] [#2014](https://github.com/cosmos/cosmos-sdk/pull/2014) `gaiacli advanced` no longer exists - to access `ibc`, `rest-server`, and `validator-set` commands use `gaiacli ibc`, `gaiacli rest-server`, and `gaiacli tendermint`, respectively |
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.
For future reference - there is no need to include the github PR link - the issue number/PR should be enough for anyone to look up the PR/issue on github
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.
Sorry @rigelrozanski I've been doing this as I found it handy as other major projects do it as well.
why all these CI failing? |
|
Seems to be a circle CI bug... none of the make tasks exist on CI. |
Looks like the repo isn't getting pulled down into the proper place for some reason. Looks like the repo didn't get cached properly:
cc @greg-szabo any ideas here? |
CircleCI and GitHub status were green at the time... Have you tried turning it off and on again? Also, the setup_dependencies explicitly states that it won't save the cache:
Did anyone change the circleci.yaml? |
Nope, apparently the CircleCI.yaml is fine: https://github.com/mslipper/cosmos-sdk/blob/eceb4635d4cb9e8a3913ac9192dbed9f4e14b00f/.circleci/config.yml#L46 Can anyone with write access see if we disabled caching for outside commits in the CircleCI configuration somewhere? @ebuchman ? |
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.
Thanks; please rebase against develop and check the CI failures.
Closes #1965