-
Notifications
You must be signed in to change notification settings - Fork 334
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
Review all queries that return lists #2187
Comments
All of them should be paginated imo, because the contract has no control over the amount of return values for all of them. Specifically token factory and ibc tokens are turning some of these into a footgun when not paginated. The problem with this is that we cannot introduce pagination now without breaking contract code or doing some very ugly stuff. We can use |
I would say we proceed with |
StakingQuery::AllValidators
(Add pagination support for AllValidatorsQuery wasmvm#268)StakingQuery::AllDelegations
BankQuery::AllDenomMetadata
The text was updated successfully, but these errors were encountered: