Closed livthomas closed 1 year ago
Cosmjs only parses the following fields from sync_info record returned by /status RPC method:
sync_info
/status
But there are also other fields present in sync_info which are not processed by cosmjs:
result.sync_info
RpcSyncInfo
Thank you for bringing this up. Sounds like a straight forwards addition to the tendermint-rpc packet. Do you want to work on a PR for that?
Yes, I'm already working on it.
Done in #1449
Cosmjs only parses the following fields from
sync_info
record returned by/status
RPC method:But there are also other fields present in
sync_info
which are not processed by cosmjs:Steps to Reproduce
/status
endpoint on any public RPC node (e.g. https://cosmos-rpc.rockrpc.net/status).result.sync_info
.RpcSyncInfo
interface in both tendermint34 and tendermint37 adaptors.