Support for v1.0 of Hedera DID Method#160
Closed
derek-meeco wants to merge 177 commits intohashgraph:mainfrom
Closed
Support for v1.0 of Hedera DID Method#160derek-meeco wants to merge 177 commits intohashgraph:mainfrom
derek-meeco wants to merge 177 commits intohashgraph:mainfrom
Conversation
- FileId is not longer used in HcsDid; - DidDocumentBase does not append verificationMethods and authentication parts to the document if didRootKey is missing; - A few TODO comments added; TODO: - Fix tests
…fix failing tests
Add basic prettier configuration and format the source
added minimum node version
adding demo page to test did and did document creation
added property assertion method to did-doc
added multibase support for public key
… publicKeyBase58, encoding of the value updated; Fixing tests.
Upgrade @hashgraph/sdk to 2.28.0; publicKeyMultibase is replaced with…
Merge from upstream main
Fixes some test failures
Add support for resolving DID documents from IPFS
- Fix method name for json tree - Add missing return for fetched json
Fix some issues resolving IPFS DIDs
Add links to did method spec and hedera sdk
Reccetech
approved these changes
May 22, 2024
Reccetech
left a comment
There was a problem hiding this comment.
Approve ver1.0 of Hedera did-sdk-js
… publicKeyBase58, encoding of the value updated; Fixing tests. Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Fixes some test failures Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
- Fix method name for json tree - Add missing return for fetched json Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Add links to did method spec and hedera sdk Signed-off-by: Derek Munneke <derek.munneke@meeco.me>
Author
|
Closed to re-create with git Signed-off-by: signatures See #163 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This update aligns the JavaScript SDK with the Hedera DID Method v1.0.
This updated specification for the Hedera Hashgraph DID Method aligns with the Decentralized Identifiers (DIDs) v1.0 W3C Recommendation, published 19 July 2022.
The specification allows for DID resolution via construction of DID document elements from HCS messages, or from lookup of DID document from IPFS via a CID reference registered via a HCS message.
This is part of HIP-27: DID improvements to offer a broader support and interoperability for the Hedera DID method