From d9a4a2a881614ddc793e316e6f55c47bca3a34c4 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 20 Feb 2024 18:55:09 +0100 Subject: [PATCH] update changelog entries to account for #2955 (#2957) --- .../api-breaking/{2885-bump-ics.md => 2955-bump-ics.md} | 2 +- .../api-breaking/{2919-bump-sdk.md => 2955-bump-sdk.md} | 8 ++++---- .../bug-fixes/{2919-bump-sdk.md => 2955-bump-sdk.md} | 6 +++--- .changelog/unreleased/dependencies/2885-bump-ics.md | 3 --- .changelog/unreleased/dependencies/2955-bump-ics.md | 3 +++ .../dependencies/{2919-bump-sdk.md => 2955-bump-sdk.md} | 4 ++-- .changelog/unreleased/state-breaking/2885-bump-ics.md | 3 --- .changelog/unreleased/state-breaking/2955-bump-ics.md | 3 +++ .../state-breaking/{2919-bump-sdk.md => 2955-bump-sdk.md} | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) rename .changelog/unreleased/api-breaking/{2885-bump-ics.md => 2955-bump-ics.md} (83%) rename .changelog/unreleased/api-breaking/{2919-bump-sdk.md => 2955-bump-sdk.md} (65%) rename .changelog/unreleased/bug-fixes/{2919-bump-sdk.md => 2955-bump-sdk.md} (88%) delete mode 100644 .changelog/unreleased/dependencies/2885-bump-ics.md create mode 100644 .changelog/unreleased/dependencies/2955-bump-ics.md rename .changelog/unreleased/dependencies/{2919-bump-sdk.md => 2955-bump-sdk.md} (50%) delete mode 100644 .changelog/unreleased/state-breaking/2885-bump-ics.md create mode 100644 .changelog/unreleased/state-breaking/2955-bump-ics.md rename .changelog/unreleased/state-breaking/{2919-bump-sdk.md => 2955-bump-sdk.md} (70%) diff --git a/.changelog/unreleased/api-breaking/2885-bump-ics.md b/.changelog/unreleased/api-breaking/2955-bump-ics.md similarity index 83% rename from .changelog/unreleased/api-breaking/2885-bump-ics.md rename to .changelog/unreleased/api-breaking/2955-bump-ics.md index e136c59a28e..ac02d5aace1 100644 --- a/.changelog/unreleased/api-breaking/2885-bump-ics.md +++ b/.changelog/unreleased/api-breaking/2955-bump-ics.md @@ -1,4 +1,4 @@ - The consumer CCV genesis state obtained from the provider chain needs to be transformed to be compatible with older versions of consumer chains (see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)). - ([\#2919](https://github.com/cosmos/gaia/pull/2919)) \ No newline at end of file + ([\#2955](https://github.com/cosmos/gaia/pull/2955)) \ No newline at end of file diff --git a/.changelog/unreleased/api-breaking/2919-bump-sdk.md b/.changelog/unreleased/api-breaking/2955-bump-sdk.md similarity index 65% rename from .changelog/unreleased/api-breaking/2919-bump-sdk.md rename to .changelog/unreleased/api-breaking/2955-bump-sdk.md index 500ef5a10f2..9991a8bd978 100644 --- a/.changelog/unreleased/api-breaking/2919-bump-sdk.md +++ b/.changelog/unreleased/api-breaking/2955-bump-sdk.md @@ -1,8 +1,8 @@ - Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to - [v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm). - As compared to [v0.47.8](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8), + [v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm). + As compared to [v0.47.9](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9), this special branch of cosmos-sdk has the following API-breaking changes: - ([\#2919](https://github.com/cosmos/gaia/pull/2919)) + ([\#2955](https://github.com/cosmos/gaia/pull/2955)) - Limit the accepted deposit coins for a proposal to the minimum proposal deposit denoms (e.g., `uatom` for Cosmos Hub). ([sdk-#19302](https://github.com/cosmos/cosmos-sdk/pull/19302)) - - Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#2919](https://github.com/cosmos/cosmos-sdk/pull/19312)) + - Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#19312](https://github.com/cosmos/cosmos-sdk/pull/19312)) - Disable the `DenomOwners` query. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266)) \ No newline at end of file diff --git a/.changelog/unreleased/bug-fixes/2919-bump-sdk.md b/.changelog/unreleased/bug-fixes/2955-bump-sdk.md similarity index 88% rename from .changelog/unreleased/bug-fixes/2919-bump-sdk.md rename to .changelog/unreleased/bug-fixes/2955-bump-sdk.md index 4f8ffd771cd..ea2fa8b729a 100644 --- a/.changelog/unreleased/bug-fixes/2919-bump-sdk.md +++ b/.changelog/unreleased/bug-fixes/2955-bump-sdk.md @@ -1,9 +1,9 @@ - Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to - [v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm). + [v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm). This special branch of cosmos-sdk backports a series of fixes for issues found during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audit-reports/blob/master/Cosmos%20SDK/2024-01-23%20Audit%20Report%20-%20Cosmos%20SDK%20v1.0.pdf). - ([\#2919](https://github.com/cosmos/gaia/pull/2919)) - - Backport [sdk-#18146](https://github.com/cosmos/cosmos-sdk/pull/18146): Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#2919](https://github.com/cosmos/cosmos-sdk/pull/19312)) + ([\#2955](https://github.com/cosmos/gaia/pull/2955)) + - Backport [sdk-#18146](https://github.com/cosmos/cosmos-sdk/pull/18146): Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#19312](https://github.com/cosmos/cosmos-sdk/pull/19312)) - Partially backport [sdk-#18047](https://github.com/cosmos/cosmos-sdk/pull/18047): Add a limit of 200 grants pruned per `EndBlock` in the feegrant module. ([sdk-#19314](https://github.com/cosmos/cosmos-sdk/pull/19314)) - Partially backport [skd-#18737](https://github.com/cosmos/cosmos-sdk/pull/18737): Add a limit of 200 grants pruned per `BeginBlock` in the authz module. ([sdk-#19315](https://github.com/cosmos/cosmos-sdk/pull/19315)) - Backport [sdk-#18173](https://github.com/cosmos/cosmos-sdk/pull/18173): Gov Hooks now returns error and are "blocking" if they fail. Expect for `AfterProposalFailedMinDeposit` and `AfterProposalVotingPeriodEnded` that will log the error and continue. ([sdk-#19305](https://github.com/cosmos/cosmos-sdk/pull/19305)) diff --git a/.changelog/unreleased/dependencies/2885-bump-ics.md b/.changelog/unreleased/dependencies/2885-bump-ics.md deleted file mode 100644 index 3b540dd83be..00000000000 --- a/.changelog/unreleased/dependencies/2885-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ICS](https://github.com/cosmos/interchain-security) to - [v3.3.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.1-lsm) - ([\#2919](https://github.com/cosmos/gaia/pull/2919)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/2955-bump-ics.md b/.changelog/unreleased/dependencies/2955-bump-ics.md new file mode 100644 index 00000000000..0e3bf125da0 --- /dev/null +++ b/.changelog/unreleased/dependencies/2955-bump-ics.md @@ -0,0 +1,3 @@ +- Bump [ICS](https://github.com/cosmos/interchain-security) to + [v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm) + ([\#2955](https://github.com/cosmos/gaia/pull/2955)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/2919-bump-sdk.md b/.changelog/unreleased/dependencies/2955-bump-sdk.md similarity index 50% rename from .changelog/unreleased/dependencies/2919-bump-sdk.md rename to .changelog/unreleased/dependencies/2955-bump-sdk.md index cb4ae2c3ec1..3b7f9131945 100644 --- a/.changelog/unreleased/dependencies/2919-bump-sdk.md +++ b/.changelog/unreleased/dependencies/2955-bump-sdk.md @@ -1,4 +1,4 @@ - Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to - [v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm). + [v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm). This is a special cosmos-sdk branch with support for both ICS and LSM. - ([\#2919](https://github.com/cosmos/gaia/pull/2919)) \ No newline at end of file + ([\#2955](https://github.com/cosmos/gaia/pull/2955)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/2885-bump-ics.md b/.changelog/unreleased/state-breaking/2885-bump-ics.md deleted file mode 100644 index 3b540dd83be..00000000000 --- a/.changelog/unreleased/state-breaking/2885-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ICS](https://github.com/cosmos/interchain-security) to - [v3.3.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.1-lsm) - ([\#2919](https://github.com/cosmos/gaia/pull/2919)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/2955-bump-ics.md b/.changelog/unreleased/state-breaking/2955-bump-ics.md new file mode 100644 index 00000000000..0e3bf125da0 --- /dev/null +++ b/.changelog/unreleased/state-breaking/2955-bump-ics.md @@ -0,0 +1,3 @@ +- Bump [ICS](https://github.com/cosmos/interchain-security) to + [v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm) + ([\#2955](https://github.com/cosmos/gaia/pull/2955)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/2919-bump-sdk.md b/.changelog/unreleased/state-breaking/2955-bump-sdk.md similarity index 70% rename from .changelog/unreleased/state-breaking/2919-bump-sdk.md rename to .changelog/unreleased/state-breaking/2955-bump-sdk.md index 33d5920bf0a..889bb78e18a 100644 --- a/.changelog/unreleased/state-breaking/2919-bump-sdk.md +++ b/.changelog/unreleased/state-breaking/2955-bump-sdk.md @@ -1,5 +1,5 @@ - Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to - [v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm). + [v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm). This is a special cosmos-sdk branch with support for both ICS and LSM. - ([\#2919](https://github.com/cosmos/gaia/pull/2919)) + ([\#2955](https://github.com/cosmos/gaia/pull/2955)) - Skip running `addDenomReverseIndex` in `bank/v3` migration as it is prohibitively expensive to run on the Cosmos Hub. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266)) \ No newline at end of file