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
* main:
refactor(x/simulation)!: remove accounts string (cosmos#20056)
fix(baseapp): don't share global gas meter in tx execution (cosmos#19616)
feat(x/accounts): use router service from env (cosmos#20003)
refactor(x): remove Address.String() (cosmos#20048)
build(deps): Bump github.com/jhump/protoreflect from 1.15.6 to 1.16.0 in /tests (cosmos#20040)
feat(collections): add `NewJSONValueCodec` (cosmos#19861)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,11 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i
116
116
* (crypto) [#20027](https://github.com/cosmos/cosmos-sdk/pull/20027) secp256r1 keys now implement gogoproto's customtype interface.
117
117
* (x/bank) [#20028](https://github.com/cosmos/cosmos-sdk/pull/20028) Align query with multi denoms for send-enabled.
118
118
* (cli) [#20020](https://github.com/cosmos/cosmos-sdk/pull/20020) Make bootstrap-state command support both new and legacy genesis format.
119
+
* (baseapp) [#19616](https://github.com/cosmos/cosmos-sdk/pull/19616) Don't share gas meter in tx execution.
119
120
120
121
### API Breaking Changes
121
122
123
+
* (x/simulation)[#20056](https://github.com/cosmos/cosmos-sdk/pull/20056)`SimulateFromSeed` now takes an address codec as argument.
122
124
* (x/crisis) [#20043](https://github.com/cosmos/cosmos-sdk/pull/20043) Changed `NewMsgVerifyInvariant` to accept a string as argument instead of an `AccAddress`.
123
125
* (x/genutil) [#19926](https://github.com/cosmos/cosmos-sdk/pull/19926) Removal of the Address.String() method and related changes:
124
126
* Added an address codec as an argument to `CollectTxs`, `GenAppStateFromConfig`, and `AddGenesisAccount`.
*[#19343](https://github.com/cosmos/cosmos-sdk/pull/19343) – Simplify IndexedMap creation by allowing to infer indexes through reflection.
37
-
*[#18933](https://github.com/cosmos/cosmos-sdk/pull/18933) – Add LookupMap implementation. It is basic wrapping of the standard Map methods but is not iterable.
38
-
*[#17656](https://github.com/cosmos/cosmos-sdk/pull/17656) – Introduces `Vec`, a collection type that allows to represent a growable array on top of a KVStore.
36
+
*[#19343](https://github.com/cosmos/cosmos-sdk/pull/19343) Simplify IndexedMap creation by allowing to infer indexes through reflection.
37
+
*[#18933](https://github.com/cosmos/cosmos-sdk/pull/18933) Add LookupMap implementation. It is basic wrapping of the standard Map methods but is not iterable.
38
+
*[#17656](https://github.com/cosmos/cosmos-sdk/pull/17656) Introduces `Vec`, a collection type that allows to represent a growable array on top of a KVStore.
39
+
*[#19861](https://github.com/cosmos/cosmos-sdk/pull/19861) Add `NewJSONValueCodec` value codec as an alternative for `codec.CollValue` from the SDK for non protobuf types.
*[#17024](https://github.com/cosmos/cosmos-sdk/pull/17024)- Introduces `Triple`, a composite key with three keys.
45
+
*[#17024](https://github.com/cosmos/cosmos-sdk/pull/17024) Introduces `Triple`, a composite key with three keys.
45
46
46
47
### API Breaking
47
48
48
-
*[#17290](https://github.com/cosmos/cosmos-sdk/pull/17290)- Collections iteration methods (Iterate, Walk) will not error when the collection is empty.
49
+
*[#17290](https://github.com/cosmos/cosmos-sdk/pull/17290) Collections iteration methods (Iterate, Walk) will not error when the collection is empty.
*[#16074](https://github.com/cosmos/cosmos-sdk/pull/16074)– Makes the generic Collection interface public, still highly unstable.
68
+
*[#16074](https://github.com/cosmos/cosmos-sdk/pull/16074) Makes the generic Collection interface public, still highly unstable.
68
69
69
70
### API Breaking
70
71
71
-
*[#16127](https://github.com/cosmos/cosmos-sdk/pull/16127)– In the `Walk` method the call back function being passed is allowed to error.
72
+
*[#16127](https://github.com/cosmos/cosmos-sdk/pull/16127) In the `Walk` method the call back function being passed is allowed to error.
0 commit comments