-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add new LightDidDetails class and rename DidDetails to FullDidDetails * feat: add function to create an off-chain DID from a seed or mnemonic * chore: add comment as reminder to include encryption key and service endpoints as part of light DID identifier * feat: add encryption keys and service endpoints encoding as part of light DID URI * fix: compilation errors * wip: add comments after sparring session * feat: remove getNextTxIndex() from IDidDetails interface * test: unit tests for off-chain DID creation complete * feat: add versioning * fix: add node types to compile DID package using cbor module * fix: adjust cbor version to be compatible with Node 14 * chore: update SDK to 0.24.0-0 * feat: add off-chain DIDs to DID resolver (wip) * test: unit tests for Full and Light DidDetails passing * test: integration tests passing * wip: add key encoding to light DID identifier * test: unit tests for light DID resolution passing * test: all unit tests are passing * feat: change service di to only contain the service ID and not the DID as well * test: adjust test cases and code in general (wip) * chore: refactor some code, currently compiling * test: all unit tests passing * test: all integration tests passing * chore: add documentation * test: all unit tests passing after refactor * test: add light DID unit tests to attested claims * chore: lint * fix: error lint * chore: remove useless print statements in tests * chore: cleaning up some stuff * fix: remove v1 as default for DID version 1 * chore: apply fixes from review * chore: re-add VC export unit tests * chore: fix lint errors * test: fix failing unit test * fix: increase jest timeout to 15s due to parachain 12s slot
- Loading branch information
Showing
44 changed files
with
1,495 additions
and
515 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.