From 18cf352407102f04cd00dd910af6e9c1270afcb7 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 14 Nov 2023 10:02:22 +0100 Subject: [PATCH] docs: add entry for reward denom proposal (#1424) Add entry for reward denom proposal --- .changelog/v3.2.0/features/provider/1280-reward-denoms.md | 3 +++ .../v3.2.0/state-breaking/provider/1280-reward-denoms.md | 3 +++ CHANGELOG.md | 6 ++++++ 3 files changed, 12 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 bd6876a1e9..2006850dcc 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)) - Add the provider-side changes for jail throttling with retries (cf. ADR 008). ([\#1321](https://github.com/cosmos/interchain-security/pull/1321)) @@ -90,6 +93,9 @@ - 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)) - Add the provider-side changes for jail throttling with retries (cf. ADR 008). ([\#1321](https://github.com/cosmos/interchain-security/pull/1321))