You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handlers do not register grpc service.
Additionally, the grpc server doesn't create grpc service for handler either.
This first point gives a problem to AutoCLI which checks the interface registry for creating commands.
The second point gives issues to any customer requiring gRPC for queries.
We should somehow add support for gRPC for handlers (in runtime and/or grpc server).
Is there an existing issue for this?
What happened?
Handlers do not register grpc service.
Additionally, the grpc server doesn't create grpc service for handler either.
This first point gives a problem to AutoCLI which checks the interface registry for creating commands.
The second point gives issues to any customer requiring gRPC for queries.
We should somehow add support for gRPC for handlers (in runtime and/or grpc server).
Cosmos SDK Version
v2
How to reproduce?
Try to enable AutoCLI when using handlers instead of msg/query server: https://github.com/cosmos/cosmos-sdk/actions/runs/10813674735/job/29998285552
The text was updated successfully, but these errors were encountered: