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/Implement runtime queries in v2 #23485

Open
julienrbrt opened this issue Jan 23, 2025 · 0 comments
Open

Fix/Implement runtime queries in v2 #23485

julienrbrt opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
C:server/v2 Issues related to server/v2

Comments

@julienrbrt
Copy link
Member

It looks like runtime queries do not work in v2.
This is crucial to have it working for tools like Hubl / Ignite Connect.

Step to reproduce:

$ simdv2 q runtime autocli app-options
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.autocli.v1.Query/AppOptions
$ simdv2 q runtime config
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.app.v1alpha1.Query/Config
$  simdv2 q runtime reflection file-descriptors
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.reflection.v1.ReflectionService/FileDescriptors

Once it works, the following should be uncommented: https://github.com/cosmos/cosmos-sdk/blob/c79e19d/tests/systemtests/grpc_test.go#L53

@julienrbrt julienrbrt added the C:server/v2 Issues related to server/v2 label Jan 23, 2025
@julienrbrt julienrbrt self-assigned this Jan 23, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Jan 23, 2025
@julienrbrt julienrbrt moved this from 📋 Backlog to 🤸‍♂️ In Progress in Cosmos-SDK Jan 23, 2025
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: 🤸‍♂️ In Progress
Development

No branches or pull requests

1 participant