You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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