epic: feat: Make it possible to broadcast transactions with RPC instead of GRPC #242
Open
1 of 27 tasks
Labels
epic
Large task that is a parent to several issues/tasks
rpc endpoint
type: enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: