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
Before we run upgrade to cosmos-sdk v0.50 in our mainnet, we fork current mainnet to a testnet with fully data of our mainnet. The purpose of this is that we want to upgrade in our fork-mainnet (testnet) first to see if we got error.
We run e2e-upgrade script first to check if there is error or not and it work without errors but when we try to upgrade to cosmos-sdk v0.50 in our testnet, the error is show up:
In the above function, when it reach line 158, it will call AssertChannelCapabilityMigrations function and the error show up when the return of capability for chanel is nil
The text was updated successfully, but these errors were encountered:
After debuging, we found that in old version of our chain, the capability of ibc chanels is empty (nil). Then when run migrate for chain, it will reach this error.
Context
Before we run upgrade to cosmos-sdk v0.50 in our mainnet, we fork current mainnet to a testnet with fully data of our mainnet. The purpose of this is that we want to upgrade in our fork-mainnet (testnet) first to see if we got error.
We run e2e-upgrade script first to check if there is error or not and it work without errors but when we try to upgrade to cosmos-sdk v0.50 in our testnet, the error is show up:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The upgrade process pass and node start to commit block.
Additional context
RegisterServices
nil
The text was updated successfully, but these errors were encountered: