cosmos / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
6.11k stars 3.53k forks source link

[Feature]: Support `cometBFT` RPC in hubl #17193

Closed zakir-code closed 12 months ago

zakir-code commented 12 months ago

Summary

Considering that client.Context implements the grpc.ClientConn interface, is it possible to use client.Context instead of *grpc.ClientConn

Problem Definition

Provide users with more choices

Proposal

julienrbrt commented 12 months ago

I was thinking of doing that via AutoCLI and the app gRPC that queries CometBFT (https://github.com/cosmos/cosmos-sdk/blob/main/proto/cosmos/base/tendermint/v1beta1/query.proto)

I’ll add this as a subtask!