Skip to content

v0.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 12:31
· 119 commits to main since this release
66236e5

Release Notes

Features

  • A CLI command hid-noded ssi-tools generate-did has been introduced to generate a minimal DID Document and store it locally. The CreateDID RPC CLI command is modified to add an option to refer any locally stored DID Document by thier alias names.
  • Rules for method-specific-id have been defined. Supported formats are:
    • CAIP-10 Blockchain Account ID.
    • Alphanumeric Characters and special characters limited to hyphen (-) and dot (.) only.
  • A bug in UpdateDID RPC has been fixed which checks if the DID Subject is already deactivated, and if it is, then an error is raised
  • Any existing verificationMethod (with blockchainAccountId field populated) present in an Active DID Document cannot be added in another DID Document unless the former DID Document is deactivated or the verificationMethod is removed from it first. Refer #359 for more details.

Changelog

  • 66236e5 Merge pull request #361 from hypersign-protocol/develop
  • aa9524c added v0.1.8 upgrade handler