3.1.0
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 forScript
now runs the validation within the JSON parser, so that when the parser succeeds, the resulting 'Script' is deemed valid. -
The
FromJSON
instance forScript
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 | ✔️ |