likecoin/likecoin-chain

Upgrade to Cosmos 0.44

rickmak opened this issue · 1 comments

As Cosmos SDK v0.42 reaching EOL (ref: https://twitter.com/cosmos/status/1491333574800572416). It means the SDk won't receive any security updates. We plan to update the Cosmos SDK 0.44. It also pave the path to future adoption of x/nft interface which will come at 0.46.

General guide can be find at Migration Guide and Module Migrate Guide

Notable issue we need a separate task to confirm or work on :

  • Update of chain code to migrate from x/ibc to ibc-go
  • Review iscn store on confirming weather in-place store migration is need.
  • Removal of the old migration gensis command

Notable reference for dev to see did we conform are we following idiomatic way of doing thing in the community.