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
* (x/staking) [#14864](https://github.com/cosmos/cosmos-sdk/pull/14864)`create-validator` CLI command now takes a json file as an arg instead of having a bunch of required flags to it.
82
83
* (cli) [#14659](https://github.com/cosmos/cosmos-sdk/pull/14659) Added ability to query blocks by either height/hash `simd q block --type=height|hash <height|hash>`.
83
84
* (store) [#14410](https://github.com/cosmos/cosmos-sdk/pull/14410)`rootmulti.Store.loadVersion` has validation to check if all the module stores' height is correct, it will error if any module store has incorrect height.
84
85
* (x/evidence) [#14757](https://github.com/cosmos/cosmos-sdk/pull/14757) Evidence messages do not need to implement a `.Type()` anymore.
@@ -263,6 +264,7 @@ extension interfaces. `module.Manager.Modules` is now of type `map[string]interf
263
264
264
265
### CLI Breaking Changes
265
266
267
+
* (x/staking) [#14864](https://github.com/cosmos/cosmos-sdk/pull/14864)`create-validator` CLI command now takes a json file as an arg instead of having a bunch of required flags to it.
266
268
* (cli) [#14659](https://github.com/cosmos/cosmos-sdk/pull/14659)`simd q block <height>` is removed as it just output json. The new command allows either height/hash and is `simd q block --type=height|hash <height|hash>`.
267
269
* (x/gov) [#14880](https://github.com/cosmos/cosmos-sdk/pull/14880) Remove `simd tx gov submit-legacy-proposal cancel-software-upgrade` and `software-upgrade` commands. These commands are now in the `x/upgrade` module and using gov v1. Use `tx upgrade software-upgrade` instead.
0 commit comments