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 non module gRPC gateway queries #22785

Closed
julienrbrt opened this issue Dec 6, 2024 · 1 comment
Closed

Fix non module gRPC gateway queries #22785

julienrbrt opened this issue Dec 6, 2024 · 1 comment
Assignees
Labels
C:server/v2 Issues related to server/v2

Comments

@julienrbrt
Copy link
Member

julienrbrt commented Dec 6, 2024

After registering the cmtservice gRPC gateway routes, we get the following

GET http://localhost:1317/cosmos/base/tendermint/v1beta1/blocks/latest

{
  "code": 2,
  "message": "error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). RPC error -32603 - Internal error: no query handler found for /cosmos.base.tendermint.v1beta1.Service/GetLatestBlock",
  "details": [
    
  ]
}

related: #22715 (comment)

We need to verify all those APIs works: https://github.com/ping-pub/explorer/blob/master/src/libs/api/index.ts in order to not break integratooors.

@julienrbrt julienrbrt added the C:server/v2 Issues related to server/v2 label Dec 6, 2024
@julienrbrt julienrbrt self-assigned this Dec 6, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Dec 6, 2024
@julienrbrt julienrbrt moved this from 📋 Backlog to 🤸‍♂️ In Progress in Cosmos-SDK Dec 6, 2024
@julienrbrt julienrbrt removed their assignment Dec 6, 2024
@julienrbrt julienrbrt moved this from 🤸‍♂️ In Progress to 📋 Backlog in Cosmos-SDK Dec 6, 2024
@julienrbrt julienrbrt moved this from 📋 Backlog to 🤸‍♂️ In Progress in Cosmos-SDK Dec 9, 2024
@julienrbrt
Copy link
Member Author

Completed in #22803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:server/v2 Issues related to server/v2
Projects
Status: 🥳 Done
Development

No branches or pull requests

2 participants