You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@webmaster128 Do we still want v0.32 support? There were some pretty serious breaking changes in v0.33 which will invalidate some of the cross-version types.
Cosmos SDK 0.38 started to use Tendermint 0.33 and for all pre-0.39 blockchains we cannot decode the Amoni data we get from Tendermint. So I think it is safe to remove support for Tendermint 0.32.
My only concern is that we don't show the multi version support anymore if only 0.33 is supported. But that's okay if we keep the infrastructure in place to support 0.33+ in the future.
We need @cosmjs/tendermint-rpc here, then remove 0.31 support and add 0.33 support.
The text was updated successfully, but these errors were encountered: