Skip to content

Renaming

Latest
Compare
Choose a tag to compare
@mastertheif mastertheif released this 13 May 08:20

Renaming:

  • 'anchor' action have been renamed to 'timestamp'
  • 'sign' action have been renamed to 'seal'
  • When configuration is provided in a JSON or YAML file top key 'sign' have been renamed 'seal'
  • environment variables:
    • WCLI_SIGN_WIDSSIGNURL is now WCLI_SEAL_WIDSSIGNURL
    • WCLI_SIGN_WIDSTOKEN is now WCLI_SEAL_WIDSTOKEN
    • WCLI_SIGN_WIDSPUBKEY is now WCLI_SEAL_WIDSPUBKEY
    • WCLI_SIGN_WIDSUNSECURESSL is now WCLI_SEAL_WIDSUNSECURESSL

When using the --fixReceipts option, all already existing proofs on configured folders will be renamed

  • from 'filename'-'proofID'.anchor-receipt.json to 'filename'-'proofID'.timestamp-receipt.json
  • from 'filename'-'proofID'.sign-receipt.json to 'filename'-'proofID'.seal-receipt.json

For now, old action and parameters are still usable but considered deprecated and will be removed in a future release.