Skip to content

concordium-cis2 6.2.0

Latest
Compare
Choose a tag to compare
@limemloh limemloh released this 30 Sep 07:54
· 1 commit to main since this release
46d288c

Summary

Adding serde feature.

Changes

  • Bump MSRV to 1.73.
  • Add FromStr implementations for TokenId types.
  • Add a serde feature that derives serde::Serialize and serde::Deserialize for TokenId types, TokenAmount types, OnReceivingCis2DataParams<T, A, D>, OnReceivingCis2Params<T, A>, AdditionalData, and Receiver.
  • Fix SchemaType implementation of OnReceivingCis2DataParams<T, A, D> so that it matches Serial and Deserial implementations.