Skip to content

cardano-signer 1.7.0

Compare
Choose a tag to compare
@gitmachtl gitmachtl released this 25 Sep 14:49
· 43 commits to main since this release
  • 1.7.0
    • Added JSON and JSON-Extended output format: Default output format is plaintext, using the --json flag generates a JSON output. Using the --json-extended flag generates a JSON output with much more information.
    • In CIP-36 mode, using the new --json flag together with the --out-file parameter generates directly a JSON Format which is compatible to be used as a registration.json metadata with cardano-cli. --out-cbor always generates a binary registration.cbor metadata file, also compatible to be used with cardano-cli.
    • Usage/Help context is now colored for better readability

image