Skip to content

Releases: vacuumlabs/cardano-hw-cli

Cardano HW cli v1.16.0-rc.1

31 Mar 21:17
Compare
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
Compare
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.

Cardano HW cli v1.14.0

18 Aug 09:02
Compare
Choose a tag to compare

Added

  • support for external payment addresses in Trezor CIP-36 registrations

Changed

  • removed "superfluous signing file" warning (#163)

Cardano HW cli v1.13.0

16 Feb 11:28
Compare
Choose a tag to compare

Added

Support for CIP-36 voting registration.
arm64 build.

Fixed

Various bugs reported over the last few months.

Changed

Improved error reporting for Ledger.
Internal refactoring, making code more consistent.

Cardano HW cli v1.12.0

20 Sep 13:31
Compare
Choose a tag to compare

Added

  • the node issue-op-cert command now supports --operational-certificate-issue-counter-file as a replacement to --operational-certificate-issue-counter which is now deprecated (#126)
  • support for --derivation-type with Trezor commands (#131)

Fixed

  • signing pool registration txs on Ledger only by a payment key (#132)
  • generating Byron paths (#134)
  • Since the previous release, the transaction transform commands also recalculates the auxiliary data hash if the canonical encoding of the auxilary data differs from the originalo one. If there is no auxiliary data, the auxiliary data hash was omitted from the tx - this release fixes this and keeps the auxiliary data hash instead in such case (cardano-hw-interop-lib).

Changed

  • internal refactoring of passing signing paths to HW wallets (#120)

Cardano HW cli v1.11.0

14 Sep 11:22
Compare
Choose a tag to compare

Added

  • support for Babbage-era transactions

Fixed

  • witness output files are ordered consistently with the order of the corresponding signing files on the command line

Changed

  • migrated build tool from nexe to pkg
  • upgraded Node.js to v18

Recommended app versions: Cardano Ledger App v5.0.0 and Trezor Firmware v2.5.2 (or newer).

Cardano HW cli v1.11.0-rc.4

12 Aug 09:32
Compare
Choose a tag to compare
Pre-release

Leaving this as a rc because of Ledger JS not being officialy released yet.

Added

  • Support for Babbage-era transactions

Changed

  • migrated build tool from nexe to pkg
  • upgraded Node.js to v18

Cardano HW cli v1.11.0-rc.3

11 Aug 14:58
Compare
Choose a tag to compare
Pre-release

Added

  • Support for Babbage-era transactions

Changed

  • migrated build tool from nexe to pkg
  • upgraded Node.js to v18

Cardano HW cli v1.11.0-rc.2

10 Aug 13:25
Compare
Choose a tag to compare
Pre-release

Added

  • Support for Babbage-era transactions

Changed

  • migrated build tool from nexe to pkg
  • upgraded Node.js to v18

Cardano HW cli v1.11.0-rc.1

10 Aug 11:51
Compare
Choose a tag to compare
Pre-release

Added

  • Support for Babbage-era transactions

Changed

  • migrated build tool from nexe to pkg
  • upgraded Node.js to v16