Skip to content

concordium-contracts-common 9.2.0

Latest
Compare
Choose a tag to compare
@td202 td202 released this 26 Aug 14:20
5e148cf

Summary

Minor release adding a number of convenience features.

Changes

  • Add TryFrom implementation to convert &[u8] to AccountAddress, when feature derive-serde is enabled.
  • Derive serde::Serialize and serde::Serialize for PublicKeyEd25519 using
    FromStr and Display implementations, when feature derive-serde is
    enabled.
  • Derive Default on Amount (defaults to 0).