keplr-wallet icon indicating copy to clipboard operation
keplr-wallet copied to clipboard

upgrade cosmjs

Open pyramation opened this issue 3 years ago • 0 comments

keplr is requiring old versions of cosmjs libraries

    "@cosmjs/launchpad" "^0.24.0-alpha.25"
    "@cosmjs/proto-signing" "^0.24.0-alpha.25"

I talked to @webmaster128 and it seems if we upgrade to 0.27, launchpad is still available

However, ideally we can upgrade to the latest 0.29 at some point, and he mentioned every type that is required from launch pad is transferrable either in cosmjs/amino or another library.

pyramation avatar Oct 02 '22 01:10 pyramation