Currently, the Transaction type parses protobuf messages and gets the raw tx bytes needed to broadcast transactions over gRPC. The Cosmos-SDK v0.47 upgrade seems to have large breaking behavior for gRPC, thus it may be wise for us to add a tx broadcasting client for JSON RPC.
This would be similar to the one used by the Tendermint34Client and SigningStargateClient in cosmjs.
Full List of RPC Methods
Goal: Implement and test each RPC method from Tendermint v0.37
Tx - transaction broadcast APi
These broadcasting RPC methods are the top priority because most of the other queries have a corresponding GRPC query that works on Nibiru v0.21
ABCI - [A]pplication [B]lock[C]hain [I]nterface
Node Info
Related
Currently, the
Transactiontype parses protobuf messages and gets the raw tx bytes needed to broadcast transactions over gRPC. The Cosmos-SDK v0.47 upgrade seems to have large breaking behavior for gRPC, thus it may be wise for us to add a tx broadcasting client for JSON RPC.This would be similar to the one used by the Tendermint34Client and SigningStargateClient in cosmjs.
Full List of RPC Methods
Goal: Implement and test each RPC method from Tendermint v0.37
Tx - transaction broadcast APi
These broadcasting RPC methods are the top priority because most of the other queries have a corresponding GRPC query that works on Nibiru v0.21
ABCI - [A]pplication [B]lock[C]hain [I]nterface
Node Info
Related