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

filter --height doesn't produce a different output querying pools #28

Open
4 tasks
RaulBernal opened this issue Mar 28, 2023 · 0 comments
Open
4 tasks

Comments

@RaulBernal
Copy link

Summary of Bug

a)
gaiad q liquidity pools --height 1 produces the same output than gaiad q liquidity pools --height 10638712 than gaiad q liquidity pools

I think the problem is here:
https://github.com/Gravity-Devs/liquidity/blob/803b1c5c0d483f02e0c54695ae3ee6a5f2068bd0/x/liquidity/client/cli/query.go#LL106C2-L109

Maybe client.GetClientTxContext(cmd) should be replaced by client.GetClientQueryContext(cmd)

b) The same counts with LCD queries, but the previous fix doesn't works there.

Version

You can see it at gaiad v9.x

Steps to Reproduce

Indicated at the summary.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant