Skip to content

concordium_base 3.2.0

Compare
Choose a tag to compare
@abizjak abizjak released this 23 Nov 07:43
4e13159

Summary

This is a maintenance release to improve the ergonomics of using different types of account keys.

Changes

  • Add From trait to convert AccountKeys into AccountPublicKeys.
  • Add singleton and new function to AccountAccessStructure.
  • Export PublicKey, SecretKey, and Signature type from ed25519_dalek crate.
  • Add sign_message function to sign a message with all AccountKeys. The return type is AccountSignatures.
  • Support using validatorId instead of bakerId when parsing
    BakerCredentials from JSON.