Skip to content
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

flag --height doesn't works at LCD custom module queries #3474

Closed
RaulBernal opened this issue Mar 30, 2023 · 1 comment
Closed

flag --height doesn't works at LCD custom module queries #3474

RaulBernal opened this issue Mar 30, 2023 · 1 comment
Labels
type:error Something isn't working

Comments

@RaulBernal
Copy link
Contributor

RaulBernal commented Mar 30, 2023

Describe the bug
when I ask for list all the bitcannaid registries by LCD it doesn't affect the ?height=xxxxx filter?

I solved it for the CLI (BitCannaGlobal/bcna@2e90dc3) but can't realize where to fix for LCD.

I guess something is missing with the context in the file:

To reproduce
Steps to reproduce the behavior:

  1. Scaffold a new chain and later a new module with a type called, in example bitcannaID
  2. Run the chain and create a new registry using the module
  3. You can ask to list all registries from CLI and will works, even filtering by height. (Height param is not processed querying custom module/list #3435)
  4. But try to ask the same filtering by height at LCD endpoint... doesn't filter.

What version are you using?
v0.26.1

@RaulBernal RaulBernal added the type:error Something isn't working label Mar 30, 2023
@RaulBernal
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:error Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant