Skip to content

cardano-signer 1.11.0

Choose a tag to compare

@gitmachtl gitmachtl released this 27 Nov 15:36
· 63 commits to main since this release
  • Release-Notes for 1.11.0

    General:

    • Added an optional flag --bech (also --jcli works), to output the signature and public key in jcli compatible bech format with prefixes ed25519_sig and ed25519_pk. This is available in the normal signing mode.
    • The verify function now also accepts bech encoded signatures ed25519_sig in addition to hex strings.
    • With this update the sign/verify functions in cardano-signer can substitute jcli for sign/verify.

image