-
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.
finalise release changelog and notes (#8987)
- Loading branch information
Alessio Treglia
authored
Mar 24, 2021
1 parent
4695808
commit 7648bfc
Showing
2 changed files
with
6 additions
and
21 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,22 +1,3 @@ | ||
# Cosmos SDK v0.42.2 "Stargate" Release Notes | ||
# Cosmos SDK v0.42.3 "Stargate" Release Notes | ||
|
||
This maintenance release includes various bugfixes and performance improvements, and it does not introduce any breaking changes. | ||
|
||
See the [Cosmos SDK v0.42.2 milestone](https://github.com/cosmos/cosmos-sdk/milestone/41?closed=1) on our issue tracker for further details. | ||
|
||
### Keyring UX improvement | ||
|
||
A number of macOS [users have reported](https://github.com/cosmos/cosmos-sdk/issues/8809) that their operating system's `keychain` prompt them for password to unlock the | ||
keyring when using the `os` backend before executing any action. This release includes a small fix that automatically | ||
adjusts applications keyring trust so that users are prompted for password only once when the keyring is unlocked. | ||
|
||
### Tx search results support for order-by | ||
|
||
Although the Tendermint Core's RPC `tx_search` endpoint has been supporting an order-by parameter for quite some time now, | ||
the Cosmos SDK did not respect the order-by parameter and incorrectly set the requests order-by to "" (null). | ||
This releases introduces [the relevant order-by parameter support](https://github.com/cosmos/cosmos-sdk/issues/8686) when searching through Txs. | ||
|
||
### Multisig accounts and v0.40 genesis files migration | ||
|
||
This release includes a bug fix for [a v0.39 to v0.42 migration issue](https://github.com/cosmos/cosmos-sdk/issues/8776) affecting genesis files that contain | ||
multisig accounts. | ||
This release fixes a security vulnerability identified in x/bank. |