Skip to content

Commit

Permalink
Merge branch 'main' into co/add-note-to-cost-fn
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Aug 9, 2024
2 parents df673aa + 8f8f0ef commit 011eddd
Show file tree
Hide file tree
Showing 23 changed files with 7,443 additions and 4,298 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ and this project adheres to

## [Unreleased]

### Added

- cosmwasm-std: Add `from_msgpack`, `to_msgpack_vec` and `to_msgpack_binary`.
These functions are meant to be used similarly to their JSON counterparts.
[MessagePack](https://msgpack.org) is a more compact, binary encoding.
([#2118])

[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118

### Changed

- cosmwasm-std: `Binary`, `HexBinary` and `Checksum` are now encoded as binary
blobs when used together with a "compact" `serde` encoding. A compact encoding
is an encoding that returns `false` from
[`is_human_readable`](https://docs.rs/serde/latest/serde/trait.Serializer.html#method.is_human_readable).
This is to make these types more efficient when used together with the new
[MessagePack](https://msgpack.org) encoding. ([#2118])

[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118

## [2.1.3] - 2024-08-08

### Fixed
Expand Down
Loading

0 comments on commit 011eddd

Please sign in to comment.