cosmology-tech / telescope

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

Pad decimal #564

Closed Zetazzz closed 7 months ago

Zetazzz commented 7 months ago

For values of field option 'gogoproto.customtype', amino fields need padding decimal string: github.com/cosmos/cosmos-sdk/types.Dec cosmossdk.io/math.LegacyDec

An option's added for this logic: aminoEncoding.customTypes.useCosmosSDKDec and some more tests added