Skip to content

Releases: vacuumlabs/cardano-hw-cli

Cardano HW CLI v1.19.1

30 Oct 11:57

Choose a tag to compare

Fixed

  • Ledger wasn't being detected on M1 macs #200

Notes

For some reason building on an M1 mac makes it so that the HID.node binary isn't compatible with M1 macs. Building on Linux fixes this. The build from this release works on M1 macs.

Cardano HW CLI v1.19.0

19 Sep 11:02

Choose a tag to compare

Added

  • Trezor message signing

Cardano HW CLI v19.0.0-beta.3

17 Sep 12:09

Choose a tag to compare

Fixed (compared to beta.2)

  • fixed transport discovery which might sometimes not find any device

Cardano HW CLI v19.0.0-beta.2

17 Sep 07:40

Choose a tag to compare

Added

  • Trezor message signing support

Why beta?

  • Trezor Connect has not yet been officially released i.e. we use a Trezor Connect beta release with message signing support
  • build issues which might result in unforeseen errors/bugs

Cardano HW cli v1.18.2

06 Apr 19:33

Choose a tag to compare

Fixed

  • update bech32 dependency to fix Keystone functionality

Cardano HW cli v1.18.1

14 Mar 20:02

Choose a tag to compare

Added

  • support for Keystone - NOTE: support for Keystone is developed and maintained by the Keystone team

Fixed

  • allow anchor URLs up to 128 bytes long

Cardano HW cli v1.18.0-rc.1

13 Feb 19:02

Choose a tag to compare

Pre-release

Added

  • support for Keystone - NOTE: support for Keystone is developed and maintained by the Keystone team

Cardano HW cli v1.17.0

26 Jan 16:01

Choose a tag to compare

Added

  • Support for Conway features implemented on HW wallets.
  • Support for CIP-8 message signing (see README.md and docs/message-signing.md for documentation). Currently, only Ledger supports message signing.

Changed

  • When signing a tx, a witness is always generated for each signing file (not only for the necessary ones). If you're not interested in a witness, you can either ignore it, or even provide /dev/null as the out file. The signing files and witness out files order should match.
  • Removed the deprecated --operational-certificate-issue-counter argument - use --operational-certificate-issue-counter-file instead.

Fixed

  • More checks on expected vs. derived key when signing. (PR)

Cardano HW cli v1.16.0-rc.1

31 Mar 21:17

Choose a tag to compare

Pre-release

This release depends on an unofficial build of Trezor Connect and LedgerJS and is intended for testing purposes.

Added

  • support for Conway features implemented on HW wallets
    • due to Trezor Connect versions, this cardano-hw-cli pre-release supports Conway features only on Ledger - please use v1.15.0-rc.1 if you want to test them on Trezor
  • support for CIP-8 message signing (see README.md and docs/message-signing.md for documentation)

Changed

  • When signing a tx, a witness is always generated for each signing file (not only for the necessary ones). If you're not interested in a witness, you can either ignore it, or even provide /dev/null as the out file. The signing files and witness out files order should match.
  • Removed the deprecated --operational-certificate-issue-counter argument - use --operational-certificate-issue-counter-file instead.

Cardano HW cli v1.15.0-rc.1

31 Mar 20:29

Choose a tag to compare

Pre-release

This release depends on an unofficial build of Trezor Connect and LedgerJS and is intended for testing purposes.

Added

  • support for Conway features implemented on HW wallets

Changed

  • When signing a tx, a witness is always generated for each signing file (not only for the necessary ones). If you're not interested in a witness, you can either ignore it, or even provide /dev/null as the out file. The signing files and witness out files order should match.