From 70189248729e7c0a193e439829f48218e8b737df Mon Sep 17 00:00:00 2001 From: insumity Date: Fri, 17 May 2024 15:04:07 +0200 Subject: [PATCH] docs: updated change for v4.2.x (#1897) * updated changelog * deleted unreleased logs and added new logs --- .changelog/epilogue.md | 3 ++- ...63-add-minimum-power-in-topN-to-consumer-chain-list.md | 0 ...63-add-minimum-power-in-topN-to-consumer-chain-list.md | 0 .../1867-add-query-for-latest-consumer-validator-set.md | 0 .changelog/v4.2.0/summary.md | 2 +- CHANGELOG.md | 8 +++++++- 6 files changed, 10 insertions(+), 3 deletions(-) rename .changelog/{unreleased => v4.2.0}/api-breaking/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md (100%) rename .changelog/{unreleased => v4.2.0}/features/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md (100%) rename .changelog/{unreleased => v4.2.0}/features/provider/1867-add-query-for-latest-consumer-validator-set.md (100%) diff --git a/.changelog/epilogue.md b/.changelog/epilogue.md index 15e2568e25..4a8ba8cf8b 100644 --- a/.changelog/epilogue.md +++ b/.changelog/epilogue.md @@ -1,3 +1,4 @@ ## Previous Versions -[CHANGELOG of previous versions](https://github.com/cosmos/interchain-security/blob/main/CHANGELOG.md) \ No newline at end of file +[CHANGELOG of previous versions](https://github.com/cosmos/interchain-security/blob/main/CHANGELOG.md) + diff --git a/.changelog/unreleased/api-breaking/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md b/.changelog/v4.2.0/api-breaking/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md similarity index 100% rename from .changelog/unreleased/api-breaking/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md rename to .changelog/v4.2.0/api-breaking/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md diff --git a/.changelog/unreleased/features/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md b/.changelog/v4.2.0/features/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md similarity index 100% rename from .changelog/unreleased/features/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md rename to .changelog/v4.2.0/features/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.md diff --git a/.changelog/unreleased/features/provider/1867-add-query-for-latest-consumer-validator-set.md b/.changelog/v4.2.0/features/provider/1867-add-query-for-latest-consumer-validator-set.md similarity index 100% rename from .changelog/unreleased/features/provider/1867-add-query-for-latest-consumer-validator-set.md rename to .changelog/v4.2.0/features/provider/1867-add-query-for-latest-consumer-validator-set.md diff --git a/.changelog/v4.2.0/summary.md b/.changelog/v4.2.0/summary.md index 93db67c66a..d9bdda58b3 100644 --- a/.changelog/v4.2.0/summary.md +++ b/.changelog/v4.2.0/summary.md @@ -1 +1 @@ -May 1, 2024 +May 17, 2024 diff --git a/CHANGELOG.md b/CHANGELOG.md index 395b7dc205..6c1426d1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ ## v4.2.0 -May 1, 2024 +May 17, 2024 ### API BREAKING - [Provider](x/ccv/provider) - Assigning a key that is already assigned by the same validator will now be a no-op instead of throwing an error. ([\#1732](https://github.com/cosmos/interchain-security/pull/1732)) + - Changes the `list-consumer-chains` query to include a `min_power_in_top_N` field, as well as fields for all power shaping parameters of the consumer. + ([\#1863](https://github.com/cosmos/interchain-security/pull/1863)) ### FEATURES @@ -20,6 +22,10 @@ May 1, 2024 ([\#1809](https://github.com/cosmos/interchain-security/pull/1809)) - Introduce power-shaping features for consumer chains. The features: (i) allow us to cap the total number of validators that can validate the consumer chain, (ii) set a cap on the maximum voting power (percentage-wise) a validator can have on a consumer chain, and (iii) introduce allowlist and denylists to restrict which validators are allowed or not to validate a consumer chain. ([\#1830](https://github.com/cosmos/interchain-security/pull/1830)) + - Changes the `list-consumer-chains` query to include a `min_power_in_top_N` field, as well as fields for all power shaping parameters of the consumer. + ([\#1863](https://github.com/cosmos/interchain-security/pull/1863)) + - Introduces the `consumer-validators` query to retrieve the latest set consumer-validator set for a consumer chain. + ([\#1863](https://github.com/cosmos/interchain-security/pull/1867)) ### STATE BREAKING