Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.3.1

- Added the /icrc16 folder and the conversions.mo file there to begin conversion to icrc16 reference.
- Conversions in /icrc16/conversion.mo generally return result types and should not throw.
- Added tests for /icrc16/conversion.mo

v0.3.0

- Added the ValueShared type for dumping a Candy and CandyShared to an ICRC3 style Value type.
Expand Down
3 changes: 2 additions & 1 deletion mops.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ candy_0_1_12 = "https://github.com/icdevs/candy_library#v0.1.12@20db7a8a74258bb0
candy_0_2_0 = "https://github.com/icdevs/candy_library#0.2.0@4fc5aebec44355da94a4d3ebef87623e4545d89a"
encoding_0_4_1 = "https://github.com/aviate-labs/encoding.mo#v0.4.1@2711d18727e954b11afc0d37945608512b5fbce2"
vector = "0.2.0"
principal-ext = "0.1.0"

[package]
name = "candy"
version = "0.3.0"
version = "0.3.1"
description = "Library for Converting Types and Creating Workable Motoko Collections"
repository = "https://github.com/icdevs/candy_library"

Expand Down
Loading