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) [\#7499](https://github.com/cosmos/cosmos-sdk/pull/7499)`BondStatus` is now a protobuf `enum` instead of an `int32`, and JSON serialized using its protobuf name, so expect names like `BOND_STATUS_UNBONDING` as opposed to `Unbonding`.
42
42
* (x/evidence) [\#7538](https://github.com/cosmos/cosmos-sdk/pull/7538) The ABCI's `Result.Data` field of `MsgSubmitEvidence` does not contain the raw evidence's hash, but the encoded `MsgSubmitEvidenceResponse` struct.
43
-
* (x/upgrade) [#7697](https://github.com/cosmos/cosmos-sdk/pull/7697)Rename flag name "--time" to "--upgrade-time", "--info" to "--upgrade-info", to keep it consistent with help message.
43
+
* (x/upgrade) [#7697](https://github.com/cosmos/cosmos-sdk/pull/7697)Rename flag name "--time" to "--upgrade-time", "--info" to "--upgrade-info", to keep it consistent with help message.
* (kvstore) [\#7415](https://github.com/cosmos/cosmos-sdk/pull/7415) Allow new stores to be registered during on-chain upgrades.
65
65
* (client) [\#7699](https://github.com/cosmos/cosmos-sdk/pull/7699) Fix panic in context when setting invalid nodeURI. `WithNodeURI` does not set the `Client` in the context.
@@ -653,6 +654,7 @@ generalized genesis accounts through the `GenesisAccount` interface.
653
654
* (sdk) [\#4758](https://github.com/cosmos/cosmos-sdk/issues/4758) update `x/genaccounts` to match module spec
654
655
* (simulation) [\#4824](https://github.com/cosmos/cosmos-sdk/issues/4824)`PrintAllInvariants` flag will print all failed invariants
655
656
* (simulation) [\#4490](https://github.com/cosmos/cosmos-sdk/issues/4490) add `InitialBlockHeight` flag to resume a simulation from a given block
657
+
656
658
* Support exporting the simulation stats to a given JSON file
657
659
* (simulation) [\#4847](https://github.com/cosmos/cosmos-sdk/issues/4847), [\#4838](https://github.com/cosmos/cosmos-sdk/pull/4838) and [\#4869](https://github.com/cosmos/cosmos-sdk/pull/4869)`SimApp` and simulation refactors:
658
660
* Implement `SimulationManager` for executing modules' simulation functionalities in a modularized way
@@ -966,6 +968,7 @@ that error is that the account doesn't exist.
966
968
* (simulation) PrintAllInvariants flag will print all failed invariants
967
969
* (simulation) Add `InitialBlockHeight` flag to resume a simulation from a given block
968
970
* (simulation) [\#4670](https://github.com/cosmos/cosmos-sdk/issues/4670) Update simulation statistics to JSON format
971
+
969
972
- Support exporting the simulation stats to a given JSON file
970
973
*[\#4775](https://github.com/cosmos/cosmos-sdk/issues/4775) Refactor CI config
971
974
* Upgrade IAVL to v0.12.4
@@ -1571,8 +1574,9 @@ BREAKING CHANGES
1571
1574
FEATURES
1572
1575
1573
1576
* Gaia REST API
1574
-
*[\#2358](https://github.com/cosmos/cosmos-sdk/issues/2358) Add distribution module REST interface
1575
-
1577
+
1578
+
*[\#2358](https://github.com/cosmos/cosmos-sdk/issues/2358) Add distribution module REST interface
1579
+
1576
1580
* Gaia CLI (`gaiacli`)
1577
1581
*[\#3429](https://github.com/cosmos/cosmos-sdk/issues/3429) Support querying
0 commit comments