From 8b33a5b2bf92b87d2aed444ac36cd1fcb8c8544e Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Fri, 13 Sep 2024 15:50:34 +0200 Subject: [PATCH] docs: add changelog entries for v20 migration (#3334) * add changelog for v20 migration * migrations are also state-breaking --- .../{feature => features}/3263-max-provider-consensus.md | 0 .../unreleased/{feature => features}/3263-max-validators.md | 0 .changelog/unreleased/features/3308-ics-metadata.md | 2 ++ .changelog/unreleased/features/3316-ics-props-migrate.md | 3 +++ .../unreleased/state-breaking/3263-max-provider-consensus.md | 4 ++++ .changelog/unreleased/state-breaking/3263-max-validators.md | 5 +++++ .changelog/unreleased/state-breaking/3308-ics-metadata.md | 2 ++ .../unreleased/state-breaking/3316-ics-props-migrate.md | 3 +++ 8 files changed, 19 insertions(+) rename .changelog/unreleased/{feature => features}/3263-max-provider-consensus.md (100%) rename .changelog/unreleased/{feature => features}/3263-max-validators.md (100%) create mode 100644 .changelog/unreleased/features/3308-ics-metadata.md create mode 100644 .changelog/unreleased/features/3316-ics-props-migrate.md create mode 100644 .changelog/unreleased/state-breaking/3263-max-provider-consensus.md create mode 100644 .changelog/unreleased/state-breaking/3263-max-validators.md create mode 100644 .changelog/unreleased/state-breaking/3308-ics-metadata.md create mode 100644 .changelog/unreleased/state-breaking/3316-ics-props-migrate.md diff --git a/.changelog/unreleased/feature/3263-max-provider-consensus.md b/.changelog/unreleased/features/3263-max-provider-consensus.md similarity index 100% rename from .changelog/unreleased/feature/3263-max-provider-consensus.md rename to .changelog/unreleased/features/3263-max-provider-consensus.md diff --git a/.changelog/unreleased/feature/3263-max-validators.md b/.changelog/unreleased/features/3263-max-validators.md similarity index 100% rename from .changelog/unreleased/feature/3263-max-validators.md rename to .changelog/unreleased/features/3263-max-validators.md diff --git a/.changelog/unreleased/features/3308-ics-metadata.md b/.changelog/unreleased/features/3308-ics-metadata.md new file mode 100644 index 0000000000..ccfb6f0cbf --- /dev/null +++ b/.changelog/unreleased/features/3308-ics-metadata.md @@ -0,0 +1,2 @@ +- Set the metadata for launched ICS consumer chains. + ([\#3308](https://github.com/cosmos/gaia/pull/3308)) \ No newline at end of file diff --git a/.changelog/unreleased/features/3316-ics-props-migrate.md b/.changelog/unreleased/features/3316-ics-props-migrate.md new file mode 100644 index 0000000000..de1abce0ce --- /dev/null +++ b/.changelog/unreleased/features/3316-ics-props-migrate.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/3263-max-provider-consensus.md b/.changelog/unreleased/state-breaking/3263-max-provider-consensus.md new file mode 100644 index 0000000000..8a3843b390 --- /dev/null +++ b/.changelog/unreleased/state-breaking/3263-max-provider-consensus.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/3263-max-validators.md b/.changelog/unreleased/state-breaking/3263-max-validators.md new file mode 100644 index 0000000000..a7aca6c987 --- /dev/null +++ b/.changelog/unreleased/state-breaking/3263-max-validators.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/3308-ics-metadata.md b/.changelog/unreleased/state-breaking/3308-ics-metadata.md new file mode 100644 index 0000000000..ccfb6f0cbf --- /dev/null +++ b/.changelog/unreleased/state-breaking/3308-ics-metadata.md @@ -0,0 +1,2 @@ +- Set the metadata for launched ICS consumer chains. + ([\#3308](https://github.com/cosmos/gaia/pull/3308)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/3316-ics-props-migrate.md b/.changelog/unreleased/state-breaking/3316-ics-props-migrate.md new file mode 100644 index 0000000000..de1abce0ce --- /dev/null +++ b/.changelog/unreleased/state-breaking/3316-ics-props-migrate.md @@ -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)) \ No newline at end of file