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

Upgrade cosmos sdk and wasmd to latest version #50

Closed betterclever closed 1 year ago

betterclever commented 2 years ago

The repo is very outdated right now and every since 2 major updates have happened for wasmd and cosmos-sdk each.

webmaster128 commented 1 year ago

Cosmos SDK is tracked here: #32. I'd like to not do that before the final 0.6 is tagged and cosmjs-types with telescope is integrated in CosmJS.

wasmd is only updated whenever there are relevant type changes. Since at least the messages are very stable for a long time, it is using an older version. Do you need wasmd 0.29 or 0.30 updates? Could you do a separate PR for just the wasmd update? This contains ibc types and is based on Cosmos SDK 0.45.

webmaster128 commented 1 year ago

The latest 0.7.1 contains Cosmos SDK 0.45.14 and wasmd 0.30 types. Thank you for bringing this up!