-
Notifications
You must be signed in to change notification settings - Fork 402
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
offset and count queries not supported #1759
Comments
I found that I need to remove the pagination for the query to succeed, why is that? (This is not consistent with the parameter requirements of the other rest methods)
|
The offset/ count implementations are very inefficient in the SDK. Just use the normal token pagination |
|
when the next key is null, then you have reached the last page. |
@alpe But I set the limit, it still return all 6 records. and the |
this is my cosmwasm version:
url:
https://vota-testnet-rest.dorafactory.org/cosmwasm/wasm/v1/code?pagination.limit=20&pagination.count_total=true
error log:
The text was updated successfully, but these errors were encountered: