-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into interchaintest/v20
- Loading branch information
Showing
22 changed files
with
100 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Bump [ICS](https://github.com/cosmos/interchain-security) to | ||
[v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0). | ||
This release of ICS introduces several API breaking changes. | ||
See the [ICS changelog](https://github.com/cosmos/interchain-security/blob/v6.0.0/CHANGELOG.md#api-breaking) for details. | ||
([\#3335](https://github.com/cosmos/gaia/pull/3335)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/3333-migrate-consensus-params.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Migrate consensus params - initialize Version field | ||
([\#3333](https://github.com/cosmos/gaia/pull/3333)) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ICS](https://github.com/cosmos/interchain-security) to | ||
[v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0). | ||
([\#3335](https://github.com/cosmos/gaia/pull/3335)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v8.5.1](https://github.com/cosmos/ibc-go/releases/tag/v8.5.1) | ||
([\#3338](https://github.com/cosmos/gaia/pull/3338)) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Set the metadata for launched ICS consumer chains. | ||
([\#3308](https://github.com/cosmos/gaia/pull/3308)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Migrate active ICS gov proposal to the new messages | ||
introduced by the permissionless ICS feature. | ||
([\#3316](https://github.com/cosmos/gaia/pull/3316)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Bump [ICS](https://github.com/cosmos/interchain-security) to | ||
[v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0). | ||
This release of ICS enables the permissionless creation of consumer chains | ||
and allows validators outside the active validator set to opt in to validate | ||
on consumer chains. | ||
([\#3335](https://github.com/cosmos/gaia/pull/3335)) |
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/state-breaking/3263-max-provider-consensus.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Set the `MaxProviderConsensusValidators` parameter of the provider module to 180. | ||
This parameter will be used to govern the number of validators participating in consensus, | ||
and takes over this role from the `MaxValidators` parameter of the staking module. | ||
([\#3263](https://github.com/cosmos/gaia/pull/3263)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Set the `MaxValidators` parameter of the staking module to 200, which is the current number of 180 plus 20. | ||
This is done as a result of introducing the inactive-validators feature of Interchain Security, | ||
which entails that the number of validators participating in consensus will be governed by the | ||
`MaxProviderConsensusValidators` parameter in the provider module. | ||
([\#3263](https://github.com/cosmos/gaia/pull/3263)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Set the metadata for launched ICS consumer chains. | ||
([\#3308](https://github.com/cosmos/gaia/pull/3308)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/state-breaking/3316-ics-props-migrate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Migrate active ICS gov proposal to the new messages | ||
introduced by the permissionless ICS feature. | ||
([\#3316](https://github.com/cosmos/gaia/pull/3316)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ICS](https://github.com/cosmos/interchain-security) to | ||
[v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0). | ||
([\#3335](https://github.com/cosmos/gaia/pull/3335)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters