From f4a5bf24d34fbcd930fba4c7d1c3d9ad994e99cb Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 14 Nov 2023 10:02:22 +0100 Subject: [PATCH] cherry-pick changelog entry for #1280 --- .changelog/v3.2.0/features/provider/1280-reward-denoms.md | 3 +++ .../v3.2.0/state-breaking/provider/1280-reward-denoms.md | 3 +++ CHANGELOG.md | 7 +++++++ 3 files changed, 13 insertions(+) create mode 100644 .changelog/v3.2.0/features/provider/1280-reward-denoms.md create mode 100644 .changelog/v3.2.0/state-breaking/provider/1280-reward-denoms.md diff --git a/.changelog/v3.2.0/features/provider/1280-reward-denoms.md b/.changelog/v3.2.0/features/provider/1280-reward-denoms.md new file mode 100644 index 0000000000..c1f3659a44 --- /dev/null +++ b/.changelog/v3.2.0/features/provider/1280-reward-denoms.md @@ -0,0 +1,3 @@ +- Add a governance proposal for setting on the provider the denominations for + rewards from consumer chains. + ([\#1280](https://github.com/cosmos/interchain-security/pull/1280)) \ No newline at end of file diff --git a/.changelog/v3.2.0/state-breaking/provider/1280-reward-denoms.md b/.changelog/v3.2.0/state-breaking/provider/1280-reward-denoms.md new file mode 100644 index 0000000000..c1f3659a44 --- /dev/null +++ b/.changelog/v3.2.0/state-breaking/provider/1280-reward-denoms.md @@ -0,0 +1,3 @@ +- Add a governance proposal for setting on the provider the denominations for + rewards from consumer chains. + ([\#1280](https://github.com/cosmos/interchain-security/pull/1280)) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed029b352..9d5ae89aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,9 @@ - [Provider](x/ccv/provider) - Add `InitTimeoutTimestamps` and `ExportedVscSendTimestamps` to exported genesis. ([\#1076](https://github.com/cosmos/interchain-security/pull/1076)) + - Add a governance proposal for setting on the provider the denominations for + rewards from consumer chains. + ([\#1280](https://github.com/cosmos/interchain-security/pull/1280)) ### IMPROVEMENTS @@ -87,6 +90,10 @@ ([\#1262](https://github.com/cosmos/interchain-security/pull/1262)) - Increment consumer consensus version and register consumer migration. ([\#1295](https://github.com/cosmos/interchain-security/pull/1295)) +- [Provider](x/ccv/provider) + - Add a governance proposal for setting on the provider the denominations for + rewards from consumer chains. + ([\#1280](https://github.com/cosmos/interchain-security/pull/1280)) ## v3.1.0