-
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 support for exporting DID details to W3C-compliant DID Docu…
…ment (#411) * Merge branch 'develop' into aa-w3c-diddoc-exporter Co-authored-by: Antonio Antonino <antonio@kilt.io> * feat: add export to DID Document for light DIDs * test: add unit tests for light DID to DID Document export * test: add more tests for different keys for light DID W3C exporter * test: add edge cases for light DID Document exporter * test: add unit tests for full DID details exporting * chore: move exportToDidDocument to utils file * chore: restructure code to support multiple DID Document formats * chore: restructure code to support multiple DID Document formats pt. 2 * Merge branch 'develop' into aa-w3c-diddoc-exporter * fix: fix after merging from develop * fix: fix unit tests for DID exporter * chore: refactor imports * chore: remove unused .toDidDocument() * fix: unused import * doc: add README for DIDDocument exporter * doc: add missing import statement in exporter README * chore: bump packages version to 0.24.1-rc.1 * fix: do not include empty fields in final DID Document * fix: update naming to match universal resolver * fix: revert version to 0.24.0-1 * chore: add comment about allowed values to export a DID Document * test: add completed DID Document in exporter test cases * chore: minor refinements Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>
- Loading branch information
1 parent
0b05a87
commit 9cf4d99
Showing
16 changed files
with
760 additions
and
35 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
Oops, something went wrong.