-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add pagination response for commands #6825
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6825 +/- ##
=======================================
Coverage 62.01% 62.01%
=======================================
Files 519 519
Lines 32060 32060
=======================================
Hits 19883 19883
Misses 10559 10559
Partials 1618 1618 |
…sdk into atheesh/5921-missing-grpc
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
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.
yes, makes sense to me 👍
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, we need to address cli tests
for all these queries though. Not blocking on this PR, it can be addressed in a separate PR.
@@ -342,7 +342,7 @@ $ %s query staking delegations cosmos1gghjut3ccd8ay0zduzj64hwre2fxs9ld75ru9p | |||
return err | |||
} | |||
|
|||
return clientCtx.PrintOutput(res.DelegationResponses) | |||
return clientCtx.PrintOutput(res) |
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.
We should add cli-tests
for these queries, I remember @sahith-narahari working on querier tests?
…sdk into atheesh/5921-missing-grpc
ref: #5921
Description
closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes