-
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.
Urgent maintenance release. This fixes a build failure in v0.41.2
- Loading branch information
Alessio Treglia
authored
Feb 18, 2021
1 parent
6ef4bed
commit 128cb54
Showing
2 changed files
with
9 additions
and
8 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,5 @@ | ||
# Cosmos SDK v0.41.2 "Stargate" Release Notes | ||
# Cosmos SDK v0.41.3 "Stargate" Release Notes | ||
|
||
This release upgrades Tendermint to v0.34.7, and does not introduce any breaking changes. It is **highly recommended** that all applications using v0.41.1 upgrade to v0.41.2 as soon as possible. | ||
This release fixes a build failure caused by a small API breakage introduced in Tendermint v0.34.7. It is **highly recommended** that all applications using v0.41.2 upgrade to v0.41.3 as soon as possible. | ||
|
||
### Tendermint v0.34.7 | ||
|
||
Operators running nodes that manage their keys through the Tendermint's `FilePV` implementation were | ||
susceptible to leaking private keys material in the logs. The issue is now fixed in Tendermint v0.34.5 and later versions. | ||
|
||
For more information regarding the patch, please refer to [Tendermint's changelog](https://github.com/tendermint/tendermint/blob/v0.34.7/CHANGELOG.md#v0345). | ||
See the [Cosmos SDK v0.41.3 milestone](https://github.com/cosmos/cosmos-sdk/milestone/39?closed=1) on our issue tracker for details. |