-
Notifications
You must be signed in to change notification settings - Fork 3
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
feature/web-create #56
feature/web-create #56
Conversation
very cool to see! |
reviewing first thing tomorrow morning! |
Really like this change @StonePack. good call |
alright awesome! left 3 last comments to address. then we're good to merge 🚀 . |
Made the suggested changes and fixes |
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.
nice work @StonePack ! onto the did:dht
PR
Changes in this PR:
KeyManager
class to includeimport
andexport
methods by default, I could be wrong but I don't necessarily see a use case where this would be an issue.create
method and updated theresolver
to returnnotFound
result where document location couldn't be resolved and some additional cleanup.PortableDid
to usemap
instead ofjson
to remove possible confusion (just a nice reminder that the data still has to be encoded if wanted to be used as a .json).