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

fix: total liquidity poolmanager grpc gateway query #6941

Closed
p0mvn opened this issue Nov 28, 2023 · 1 comment · Fixed by #6991
Closed

fix: total liquidity poolmanager grpc gateway query #6941

p0mvn opened this issue Nov 28, 2023 · 1 comment · Fixed by #6991
Labels
Help wanted T:bug 🐛 Something isn't working

Comments

@p0mvn
Copy link
Member

p0mvn commented Nov 28, 2023

Background

We need to fix the path to avoid overlapping with pools:

// TotalLiquidity returns the total liquidity across all pools.
rpc TotalLiquidity(TotalLiquidityRequest) returns (TotalLiquidityResponse) {
option (google.api.http).get =
"/osmosis/poolmanager/v1beta1/pools/total_liquidity";
}

Similar fix to: #6939

A/C

  • Fix implemented
  • Test on localosmosis
@DongLieu
Copy link
Contributor

can i handle it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help wanted T:bug 🐛 Something isn't working
Projects
Archived in project
2 participants