cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
144 stars 43 forks source link

toAmino errors #573

Closed liujun93 closed 7 months ago

liujun93 commented 7 months ago
  1. omitDefault is missing for string type when value is "". i.e. /ibc.applications.transfer.v1.MsgTransfer property memo
  2. voteOptionToJSON should return number rather than string. i.e. should be "option":1 rather than "option":"VOTE_OPTION_YES"
Zetazzz commented 7 months ago

2's fixed and 1's being dealt with in a PR