ICRC_16 and Candy Library Update v0.3.0

I just pushed candy_library to v0.3.0.

v0.3.0

  • Added the ValueShared type for dumping a Candy and CandyShared to an ICRC3 style Value type.

  • Added many tests.

Mostly this syncs up the ICRC16 schema as a comparable type to the Value type being used in ICRC3 and ICRC7 metadata.

It lets you store things in a stable(motoko stable) way that is internally set up to take advantage of Maps and Sets so that large, unstructured, recursive, and nested data sets are a bit more manageable.

1 Like

This has been updated to v0.3.1.

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

  • Update Base

Thanks to @borovan for the poke to update the conversions.