8000 Release Cardano HW cli v1.17.0 · vacuumlabs/cardano-hw-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cardano HW cli v1.17.0

Compare
Choose a tag to compare
@davidmisiak davidmisiak released this 26 Jan 16:01
· 40 commits to develop since this release

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)
0