Skip to content

Releases: hypersign-protocol/hid-node

v0.0.6

11 Aug 17:21
69d0286
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Features

  • Implementation of Register Credential Status RPC
  • Namespace has been added to DID Id
  • Complete Transaction Hash of a DID is stored as it's version ID

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

04 Apr 06:47
d9eb097
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Features

  • Querying Schema through complete Schema ID
  • Schema Revision History
  • Schema REST Endpoints Updated
  • DID related transactions (create-did, update-did and deactivate-did) are supported by feegrant and authz modules

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

10 Mar 10:13
c599b10
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Features

  • Dockerized hid-node (Single Node)
  • Scripts to run 1-node and 3-nodes hid-node network

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

28 Feb 04:33
325e78c
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Features

  • DID Deactivate
  • DID Resolve
  • Implementation of Metadata as per DID Spec
  • Version ID check while updating the DID Document

Limitations

  • DID Url Dereferencing
  • Serialisation and Serialisation of DID Document to handle @context field

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

21 Feb 04:26
42ee9fe
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Features

  • Upgrade didDoc as per latest W3C spec

Limitations

  • The fields have been added and modified according to W3C Spec. However, there are more scenarios that needs to be incorporated for the didDoc.
  • context field currently is not prefixed with @.

What's Changed

  • Changes in DID Spec format: controller and verificationMethod are implemented by @arnabghose997 in #65
  • Added alsoKnownAs in DidDoc Spec by @arnabghose997 in #66
  • Code Refactor; Implementation of Service and capabilityDelegation in didSpec by @arnabghose997 in #75

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Feb 04:39
e7305f2
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Features

  • create_did
  • query_did
  • update_did
  • create_schema
  • query_schema

Limitations

  • create_did: We have followed old w3c did spec, we need to update it to lastest version of the spec.
  • query_did: We have to implement DID Url like query, fragment, path etc.
  • update_did: We need to implement update in such a way that we should be able to update a specific property of the didDoc.
  • create_schema & query_schema: We have some confusion here which we asked to the w3c community here

What's Changed

New Contributors

Full Changelog: https://github.com/hypersign-protocol/hid-node/commits/v0.0.1