-
Notifications
You must be signed in to change notification settings - Fork 311
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
BUG: query nft denoms
#194
Comments
result output has |
This is not a bug. Iris has forbidden the use of |
Agree, but it then should show an error, like this: $ iris query block --page 132
Error: unknown flag: --page
For devs it might be not a bug, since it just ignores - for users it is, since |
As discussed with @taramakage, technically it seems to be irrelevant to ICS721. But here also from a business perspective: if a misleading command like We are all techies, but we sometimes need to see what business requirements there are in 1st place 😎! |
Summary of Bug
Not all denoms are shown. Problem is either in CLI/client or nft module.
Environment
Steps to Reproduce
This query tells me there are 100 collections:
Now create a new collection:
Query shows collection is, but the number of collections is still 100:
Queries are paginated and there's
--page
with default value 1, however no matter what page is given it always currents the latest 100 collections:Here is another example from ibc module where queries work properly:
Expected and Actual Behavior
Return collections based on pagination.
The text was updated successfully, but these errors were encountered: