Skip to content

v0.1.8-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 04:49
· 126 commits to main since this release
51b47da

Release Notes

  • 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

Changelog

  • 910890c Merge pull request #352 from hypersign-protocol/cli-diddoc-gen
  • 597964b Merge pull request #353 from hypersign-protocol/method-specific-id-rules-impl
  • b943ffc Merge pull request #354 from hypersign-protocol/bugfix-update-did
  • 51b47da Merge pull request #355 from hypersign-protocol/develop
  • 6f1f596 Update LICENSE
  • ee265d0 bugfix: added check to ensure deactivated DIDs are not allowed to update
  • bf00e4e feat: added cli commands to generate and sign did documents through aliases
  • 2a41872 fix: changed namespace validation check
  • 7a7c420 refactor: changed DID namespace to devnet
  • 2d8b27d refactor: changed the names of getMSIBlockchainAccountIdCondition and getMSINonBlockchainAccountIdCondition to isMSIBlockchainAccountId and isMSINonBlockchainAccountId respectively since they return boolean conditions; fixed comment of isMSIBlockchainAccountId
  • cbaedc0 refactor: defined rules for method-specific-id in DID Document Ids