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
- scaffolded hid-node with starport by @arnabghose997 in #1
- Did module basic by @arnabghose997 in #2
- removal of hidnode module and its dependencies by @arnabghose997 in #5
- updated README.md by @arnabghose997 in #6
- Token Transfer and DID registry being done through Cosmjs by @arnabghose997 in #7
- DidDocString response structure corrected by @arnabghose997 in #8
- Implemented CreateSchema and GetSchema RPCs by @arnabghose997 in #12
- Metrics for DID and Schema by @arnabghose997 in #18
- Create did ssi module by @arnabghose997 in #24
- Update did ssi module by @arnabghose997 in #31
- initial version of create-schema rpc by @arnabghose997 in #49
- Query Schema RPCs for module
ssi
by @arnabghose997 in #54 - Query RPC for
ssi
module by @arnabghose997 in #55
New Contributors
- @arnabghose997 made their first contribution in #1
Full Changelog: https://github.com/hypersign-protocol/hid-node/commits/v0.0.1