Skip to content
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

feat(uniregistrar): ✨ docker image #57

Merged
merged 23 commits into from
Dec 1, 2023
Merged

Conversation

matteo-cristino
Copy link
Collaborator

@matteo-cristino matteo-cristino commented Nov 16, 2023

Create, update and deactivate a did document

@matteo-cristino matteo-cristino marked this pull request as draft November 17, 2023 10:00
@matteo-cristino matteo-cristino marked this pull request as ready for review November 21, 2023 11:37
@puria
Copy link
Member

puria commented Nov 22, 2023

🐯 🎉 🗺️

…s execution under one API

the create API has to respond in different way with resepect to what is passed in input, this is handle by restroom (not feasible in zencode)
restroom dependecies are installed at start (it takes around 3 seconds)
before create it is checked that the eddsa verfication method is present in the did document
before update it is checked that the didDocumentOperation is absent or set to ['setDidDocument'] (other method are not supported at the moment)
* 200: request successful, but operation not concluded (need signature)
* 201: operation was successful, did has been created/update/deactivated
* 400: problem with input data has occurred
* 500: internal error has occurred
@matteo-cristino matteo-cristino merged commit a0563ad into main Dec 1, 2023
5 checks passed
@matteo-cristino matteo-cristino deleted the feat/uniregistrar branch December 12, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants