Nathan Lam

Results 3 comments of Nathan Lam

@mappum It is interesting. I have checked this out https://tendermint.com/docs/app-dev/indexing-transactions.html#adding-tags for adding tags in deliverTx method. And I tried adding tags in deliverTx response in abci-server.ts. But it is not...

@fumecow Thank you for your finding Please take a look at this https://github.com/tendermint/tendermint/issues/2051 You can see the value of "key" and "value" are encoded so just replace `{ code: 0,...

@jaybkim1 https://godoc.org/github.com/tendermint/tendermint/rpc/core#BroadcastTxCommit https://github.com/keppel/lotion#global-chain-identifiers-and-light-clients The lotion-connect module includes the send method which is doing broadcast_tx_commit. You can try it