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
09-localhost
connectionEnd
Add a migration handler for chain upgrades to enable the 09-localhost client and store a sentinel localhost connectionEnd in state.
02-client
SetClientState
CreateLocalhost
03-connection
This can be run as an automatic migration handler by bumping the core IBC module consensus version and registering a new migration in module.go.
module.go
err := cfg.RegisterMigration(exported.ModuleName, 3, m.Migrate3to4) if err != nil { panic(err) }
The text was updated successfully, but these errors were encountered:
chatton
No branches or pull requests
Summary
Add a migration handler for chain upgrades to enable the
09-localhost
client and store a sentinel localhostconnectionEnd
in state.09-localhost
client and set in state using the02-client
keeperSetClientState
connectionEnd
using theCreateLocalhost
method added to03-connection
in Add sentinel localhostconnectionEnd
to genesis state #3031This can be run as an automatic migration handler by bumping the core IBC module consensus version and registering a new migration in
module.go
.For Admin Use
The text was updated successfully, but these errors were encountered: