Skip to content

3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 17:21
3.1.0
9c38189

The cardano-addresses module provides functionality for manipulation of mnemonic phrases (backup phrases that enable Cardano wallet restoration), and for Cardano address derivation. This module is a low-level library and command-line interface delivered by Adrestia that builds services, libraries, and APIs for Cardano node. Please visit the README for more details.

Added

N/A

Changed

  • keyHashFromText now works seamlessly with key, extended keys, or key hashes. If a key or extended key is provided, the relevant part will be hashed. This means that the command-line and JSON instance for 'Script' work transparently with keys or key hashes.

  • An issue was fixed with the key hash command which failed when extended keys were provided.

  • The FromJSON instance for Script now runs the validation within the JSON parser, so that when the parser succeeds, the resulting 'Script' is deemed valid.

  • The FromJSON instance for Script is more efficient at displaying errors.

Removed

N/A

Supported Platforms

Signatures

Name Role Approval
Matthias Benkort @KtorZ Technical Team Lead ✔️
Piotr Stachyra @piotr-iohk QA Engineer ✔️
Laurence Jenkins @LaurenceIO Release Manager ✔️