Skip to content

Cardano HW cli v1.12.0

Compare
Choose a tag to compare
@davidmisiak davidmisiak released this 20 Sep 13:31
· 72 commits to develop since this release

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)