Releases: vacuumlabs/cardano-hw-cli
Releases Β· vacuumlabs/cardano-hw-cli
Cardano HW CLI v1.19.1
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
Added
- Trezor message signing
Cardano HW CLI v19.0.0-beta.3
Fixed (compared to beta.2)
- fixed transport discovery which might sometimes not find any device
Cardano HW CLI v19.0.0-beta.2
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
Fixed
- update
bech32dependency to fix Keystone functionality
Cardano HW cli v1.18.1
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
Added
- support for Keystone - NOTE: support for Keystone is developed and maintained by the Keystone team
Cardano HW cli v1.17.0
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/nullas the out file. The signing files and witness out files order should match. - Removed the deprecated
--operational-certificate-issue-counterargument - use--operational-certificate-issue-counter-fileinstead.
Fixed
- More checks on expected vs. derived key when signing. (PR)
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/nullas the out file. The signing files and witness out files order should match. - Removed the deprecated
--operational-certificate-issue-counterargument - use--operational-certificate-issue-counter-fileinstead.
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/nullas the out file. The signing files and witness out files order should match.