cosmology-tech / telescope

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

type errors #572

Closed liujun93 closed 7 months ago

liujun93 commented 7 months ago
  1. fromJSON, toJSON should be optional
  2. in fromPartial, Any.fromPartial(e) as any need to be changed into Any.fromPartial(e as any) as any
Zetazzz commented 7 months ago

Fixed by 1.4.11