-
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: CLI subcommands reorganization #2390
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2390 +/- ##
==========================================
Coverage ? 64.49%
==========================================
Files ? 138
Lines ? 8619
Branches ? 0
==========================================
Hits ? 5559
Misses ? 2685
Partials ? 375 |
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.
Minor comments. Can we add q
as a shortcut for query
, e.g. gaiacli q redelegation
(or is that too much)?
c08e3e2
to
06ef264
Compare
Remove unused SignTxRequstHandler Closes: #1184
06ef264
to
350ca5b
Compare
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, thanks @alessio
-
tendermint validator-set
->query tendermint-validator-set
-
tendermint block
->query block
-
account
->query account
-
stake delegation
->query delegation
-
stake delegations
->query delegations
-
stake parameters
->query parameters
-
stake pool
->query pool
-
stake redelegation
->query redelegation
-
stake redelegations
->query redelegations
-
stake signing-info
->query signing-info
-
stake unbonding-delegation
->query unbonding-delegation
-
stake unbonding-delegations
->query unbonding-delegations
-
stake validator
->query validator
-
stake validators
->query validators
-
stake create-validator
->tx create-validator
-
stake edit-validator
->tx edit-validator
-
stake delegate
->tx delegate
-
stake redelegate
->tx redelegate
-
stake unbond
->tx unbond
-
stake unjail
->tx jail
-
gov deposit
->tx deposit
-
gov query-proposal
->query proposal
-
gov query-proposals
->query proposals
-
gov query-vote
->query vote
-
gov query-votes
->query votes
-
gov submit-proposal
->tx submit-proposal
-
gov vote
->tx vote
-
broadcast
->tx broadcast
-
send
->tx send
-
sign
->tx sign
SignTxRequstHandler
.Closes: #1184
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: