Skip to content

Commit

Permalink
docs: add changelog entries for v20 migration (#3334)
Browse files Browse the repository at this point in the history
* add changelog for v20 migration

* migrations are also state-breaking
  • Loading branch information
mpoke committed Sep 13, 2024
1 parent 0b443d3 commit 8b33a5b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/3308-ics-metadata.md
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 .changelog/unreleased/features/3316-ics-props-migrate.md
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))
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))
5 changes: 5 additions & 0 deletions .changelog/unreleased/state-breaking/3263-max-validators.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/state-breaking/3308-ics-metadata.md
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))
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))

0 comments on commit 8b33a5b

Please sign in to comment.