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
For this month patch release of the v0.50.x line, a few improvements were added to the SDK and some bugs were fixed.
7
+
For this month patch release of the v0.50.x line, some bugs were fixed.
8
8
9
-
Notably, we added and fixed the following:
9
+
Notably, we fixed the following:
10
10
11
-
*Allow to import private key from mnemonic file using `<appd> keys add testing --recover --source ./mnemonic.txt`
12
-
*Fixed the json parsing in `simd q wait-tx`
11
+
*`PreBlock` events (mainly `x/upgrade`) are now emitted
12
+
*Improve compatibility of depinject v1.0.0 with `app.yaml` / `app.json`
13
13
14
14
## 📝 Changelog
15
15
16
-
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.8/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.50.7...v0.50.8) from the last release.
16
+
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.9/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.50.8...v0.50.9) from the last release.
17
17
18
18
Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.1`.
19
-
Note, that the next SDK release, v0.51, will not include `x/params` migration, when migrating from < v0.47, v0.50.x **or** v0.47.x, is a mandatory migration.
19
+
Note, that the next SDK release, v0.52, will not include `x/params` migration, when migrating from < v0.47, v0.50.x **or** v0.47.x, is a mandatory migration.
*[#20964](https://github.com/cosmos/cosmos-sdk/pull/20964) Fix `GetNodeHomeDirectory` helper in `client/v2/helpers` to respect the `(PREFIX)_HOME` environment variable.
0 commit comments