-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DID Document implementation #310
Conversation
We might still want to use |
I'm basing the DDO migration/versioning work on this branch |
fc52a34
to
32a31fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ends up in invalid signatures on the updated DID documents, we will have to make sure we update the signature before committing the did document.
011048a
to
1636541
Compare
migration code is implemented using the Transform decorator from class-transformer
8a978cf
to
1584f1b
Compare
#340 Addresses most of the comments raised here. |
No description provided.