You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch update also includes minor dependency bumps.
42
+
43
+
### Features
44
+
45
+
* (abci_utils) [#25008](https://github.com/cosmos/cosmos-sdk/pull/24861) add the ability to assign a custom signer extraction adapter in `DefaultProposalHandler`.
This patch release fixes [GHSA-p22h-3m2v-cmgh](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-p22h-3m2v-cmgh).
6
-
It resolves a `x/distribution` module issue that can halt chains when the historical rewards pool overflows.
7
-
Chains using the `x/distribution` module are affected by this issue.
5
+
This patch release includes minor dependency and non-breaking functionality additions.
8
6
9
-
We recommended upgrading to this patch release as soon as possible.
10
-
11
-
This patch is state-breaking; chains must perform a coordinated upgrade. This patch cannot be applied in a rolling upgrade.
7
+
This is fully API and state-compatible with all v0.53.x releases.
12
8
13
9
## 📝 Changelog
14
10
15
-
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.53.3/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.53.2...v0.53.3) from the last release.
11
+
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.53.4/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.53.3...v0.53.4) from the last release.
0 commit comments