Skip to content

Commit

Permalink
Merge branch 'main' into nguyen/private-capability
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer authored Mar 20, 2023
2 parents 8955a36 + b3f1b4d commit 95da490
Show file tree
Hide file tree
Showing 65 changed files with 1,665 additions and 1,900 deletions.
2 changes: 1 addition & 1 deletion docs/migrations/v7-to-v7_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In the previous release of ibc-go, the localhost `v1` light client module was de
An [automatic migration handler](https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/module.go#L133-L145) is configured in the core IBC module to set the localhost `ClientState` and sentinel `ConnectionEnd` in state.

In order to use the 09-localhost client chains must update the `AllowedClients` parameter in the 02-client submodule of core IBC. This can be configured directly in the application upgrade handler or alternatively updated via the legacy governance parameter change proposal.
We __strongly__ recommend chains to perform this action.
We __strongly__ recommend chains to perform this action so that intra-ledger communication can be carried out using the familiar IBC interfaces.

See the upgrade handler code sample provided below or [follow this link](https://github.com/cosmos/ibc-go/blob/09-localhost/testing/simapp/upgrades/upgrades.go#L85) for the upgrade handler used by the ibc-go simapp.

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 30 additions & 33 deletions modules/apps/27-interchain-accounts/controller/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95da490

Please sign in to comment.