Releases: vacuumlabs/cardano-hw-cli
Releases Β· vacuumlabs/cardano-hw-cli
Cardano HW cli v1.16.0-rc.1
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
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
Added
- support for external payment addresses in Trezor CIP-36 registrations
Changed
- removed "superfluous signing file" warning (#163)
Cardano HW cli v1.13.0
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
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
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
Recommended app versions: Cardano Ledger App v5.0.0 and Trezor Firmware v2.5.2 (or newer).