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
*[#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