File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,26 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ ### Added
12
+
13
+ - cosmwasm-std: Add ` from_msgpack ` , ` to_msgpack_vec ` and ` to_msgpack_binary ` .
14
+ These functions are meant to be used similarly to their JSON counterparts.
15
+ [ MessagePack] ( https://msgpack.org ) is a more compact, binary encoding.
16
+ ([ #2118 ] )
17
+
18
+ [ #2118 ] : https://github.com/CosmWasm/cosmwasm/pull/2118
19
+
20
+ ### Changed
21
+
22
+ - cosmwasm-std: ` Binary ` , ` HexBinary ` and ` Checksum ` are now encoded as binary
23
+ blobs when used together with a "compact" ` serde ` encoding. A compact encoding
24
+ is an encoding that returns ` false ` from
25
+ [ ` is_human_readable ` ] ( https://docs.rs/serde/latest/serde/trait.Serializer.html#method.is_human_readable ) .
26
+ This is to make these types more efficient when used together with the new
27
+ [ MessagePack] ( https://msgpack.org ) encoding. ([ #2118 ] )
28
+
29
+ [ #2118 ] : https://github.com/CosmWasm/cosmwasm/pull/2118
30
+
11
31
## [ 2.1.1] - 2024-07-30
12
32
13
33
### Fixed
You can’t perform that action at this time.
0 commit comments