Skip to content

3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 08:06
7e06243

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

  • The library now builds with ghcjs and passes tests running on nodejs. A npm wrapper module will be released in a future version.

  • The cardano-address inspect command now includes bech32 encodings. In the output, the JSON attribute will have a _bech32 suffix. For example, stake_key_hash_bech32.

Changed

  • The Index type no longer has an Enum instance. Use indexFromWord32 and indexToWord32 instead.

  • (Breaking change) The Cardano.Address.bech32 function will now use the addr_test prefix instead of addr, if the given address is not a mainnet address.

Removed

N/A

Supported Platforms

Signatures

Name Role Approval
Rodney Lorrimar @rvl Technical Team Lead ✔️
Piotr Stachyra @piotr-iohk QA Engineer ✔️
Laurence Jenkins @LaurenceIO Release Manager ✔️