We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chain-main
ibc-go v3.0.0 introduced interchain accounts which can be enabled on chain-main. https://github.com/cosmos/ibc-go/blob/main/docs/migrations/v2-to-v3.md#ics27
ibc-go v3.0.0
Development plan:
To enable interchain accounts in chain-main, we need following things:
app.go
For each of the above mentioned steps, a separate PR will be created so that it is easy for review the code in PR.
The text was updated successfully, but these errors were encountered:
cosmos-sdk
ibc-go
devashishdxt
No branches or pull requests
ibc-go v3.0.0
introduced interchain accounts which can be enabled on chain-main. https://github.com/cosmos/ibc-go/blob/main/docs/migrations/v2-to-v3.md#ics27Development plan:
To enable interchain accounts in
chain-main
, we need following things:app.go
and write upgrade handler (Problem: Interchain accounts are not enabled inchain-main
#732)For each of the above mentioned steps, a separate PR will be created so that it is easy for review the code in PR.
The text was updated successfully, but these errors were encountered: