Skip to content

Commit d9a4a2a

Browse files
authored
update changelog entries to account for #2955 (#2957)
1 parent 353174e commit d9a4a2a

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- The consumer CCV genesis state obtained from the provider chain needs to be
22
transformed to be compatible with older versions of consumer chains
33
(see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)).
4-
([\#2919](https://github.com/cosmos/gaia/pull/2919))
4+
([\#2955](https://github.com/cosmos/gaia/pull/2955))
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
2-
[v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm).
3-
As compared to [v0.47.8](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8),
2+
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
3+
As compared to [v0.47.9](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9),
44
this special branch of cosmos-sdk has the following API-breaking changes:
5-
([\#2919](https://github.com/cosmos/gaia/pull/2919))
5+
([\#2955](https://github.com/cosmos/gaia/pull/2955))
66
- 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))
7-
- 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))
7+
- 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))
88
- Disable the `DenomOwners` query. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266))

.changelog/unreleased/bug-fixes/2919-bump-sdk.md .changelog/unreleased/bug-fixes/2955-bump-sdk.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
2-
[v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm).
2+
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
33
This special branch of cosmos-sdk backports a series of fixes for issues found
44
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).
5-
([\#2919](https://github.com/cosmos/gaia/pull/2919))
6-
- 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))
5+
([\#2955](https://github.com/cosmos/gaia/pull/2955))
6+
- 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))
77
- 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))
88
- 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))
99
- 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))

.changelog/unreleased/dependencies/2885-bump-ics.md

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [ICS](https://github.com/cosmos/interchain-security) to
2+
[v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm)
3+
([\#2955](https://github.com/cosmos/gaia/pull/2955))
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
2-
[v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm).
2+
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
33
This is a special cosmos-sdk branch with support for both ICS and LSM.
4-
([\#2919](https://github.com/cosmos/gaia/pull/2919))
4+
([\#2955](https://github.com/cosmos/gaia/pull/2955))

.changelog/unreleased/state-breaking/2885-bump-ics.md

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [ICS](https://github.com/cosmos/interchain-security) to
2+
[v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm)
3+
([\#2955](https://github.com/cosmos/gaia/pull/2955))
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
2-
[v0.47.8-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.8-ics-lsm).
2+
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
33
This is a special cosmos-sdk branch with support for both ICS and LSM.
4-
([\#2919](https://github.com/cosmos/gaia/pull/2919))
4+
([\#2955](https://github.com/cosmos/gaia/pull/2955))
55
- 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))

0 commit comments

Comments
 (0)