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
Currently the protocol used by a "Transaction Microservice" as defined in [[tx_signer.source]] in tmkms.toml is a bespoke JSON-over-HTTP RPC protocol.
This issue tracks adding support for using gRPC as an alternative/replacement. Ideally this would leverage using Protocol Buffers schema definitions defined upstream in Cosmos SDK:
Currently the protocol used by a "Transaction Microservice" as defined in
[[tx_signer.source]]
intmkms.toml
is a bespoke JSON-over-HTTP RPC protocol.This issue tracks adding support for using gRPC as an alternative/replacement. Ideally this would leverage using Protocol Buffers schema definitions defined upstream in Cosmos SDK:
cosmos/cosmos-sdk#6213
The text was updated successfully, but these errors were encountered: