Skip to content

cardano-signer 1.33.0

Latest

Choose a tag to compare

@gitmachtl gitmachtl released this 19 Nov 11:54

Release Notes for 1.33.0

New features:

  • This update adds support for shelley address generation directly in the keygen function. For payment, the enterprise address is generated. For staking, the stakeaddress. Therefore the already known parameter --testnet now also works for the keygen function. The address generation was already implemented for all the byron stuff. The address can directly written out into a file via the --out-addr <filename> option.

  • The optional --passphrase parameter is now also enabled for normal icarus-style derived keys (our normal shelley keys link in daedalus, eternl & co)

Other changes:

  • The keyname for the signData output using the --include-maps parameter during a CIP8/30 verification was changed from verifyData to signData to be consistent with the signing function. This only affects the entry in the maps key while using --json-extended output.