-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: v0.44.6 changelog and release notes (#10953)
* chore: v0.44.6 changelog and release notes * Update * update date
- Loading branch information
1 parent
845be83
commit 6e97bf8
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Cosmos SDK v0.44.5 Release Notes | ||
# Cosmos SDK v0.44.6 Release Notes | ||
|
||
This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series: | ||
|
||
- Emit ante handler events for failed transactions: ant events can cause blockchain change (eg tx fees) and related events should be emitted. | ||
- (fix) Upgrade IAVL to 0.17.3 to solve race condition bug in IAVL. | ||
- Populate `ctx.ConsensusParams` for begin/end blockers. | ||
- Significantly speedup iterator creation after delete heavy workloads, which significantly improves IBC migration times. | ||
- Ensure that `LegacyAminoPubKey` struct correctly unmarshals from JSON. | ||
- Add evidence to std/codec to be able to decode evidence in client interactions. | ||
|
||
See the [Cosmos SDK v0.44.5 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.5/CHANGELOG.md) for the exhaustive list of all changes. | ||
See the [Cosmos SDK v0.44.6 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.6/CHANGELOG.md) for the exhaustive list of all changes. | ||
|
||
**Full Changelog**: https://github.com/cosmos/cosmos-sdk/compare/v0.44.4...v0.44.5 | ||
**Full Changelog**: https://github.com/cosmos/cosmos-sdk/compare/v0.44.5...v0.44.6 |