confio / cosmjs-types

JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects
Apache License 2.0
36 stars 42 forks source link

Update version and regenerate types #51

Closed betterclever closed 1 year ago

betterclever commented 2 years ago

Updated generated types to latest versions, mostly since I wanted a change introduced in wasmd 0.29. I tried to upgrade cosmos-sdk to 0.46 as well but there's some issue with proto generation in the @pyramation's protobuf js's fork of version 0.6.1 with the latest cosmos-sdk protos so kept is 0.45.5 for now.

pyramation commented 1 year ago

hey @betterclever — what is the issue? Can you make an issue on telescope regarding the problem you are experiencing?

It's probably something simple like an extra semi-colon, I've seen some bad protos and telescope is strict about parsing them.

webmaster128 commented 1 year ago

This is a very nice PR, thanks a lot! In https://github.com/confio/cosmjs-types/pull/58 I have done more or less the same now after due to some conflicts. Will release as cosmjs-types 0.7.0 today.