We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Completed in #22803
Sorry, something went wrong.
hieuvubk
No branches or pull requests
After registering the cmtservice gRPC gateway routes, we get the following
GET http://localhost:1317/cosmos/base/tendermint/v1beta1/blocks/latest
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.
The text was updated successfully, but these errors were encountered: