-
Notifications
You must be signed in to change notification settings - Fork 37
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
Credential registry #241
Credential registry #241
Conversation
c5a3ba5
to
89cbfa4
Compare
… authorization based on revocation keys
…; fix NotAcivated behaviour of get_status
9a19bf5
to
4b9b87b
Compare
Co-authored-by: Emil Holm Gjørup <[email protected]>
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.
LGTM!
@DOBEN I added |
* Changes and simplifications. * Address review comments. * Fix removal of revocation keys. * Remove issuer keys. * Add functions for updating credential metadata, and emitting relevant events. * Remove unused Update event, fix serialization. * Fix signature checking. * Remove the use of credential IDs (uuids). * Update examples/credential-registry/src/lib.rs * Add comments; fix holder revocation test --------- Co-authored-by: Danil Annenkov <[email protected]>
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.
Great piece of work.
Purpose
Add an example of a credential registry smart contract
Checklist
hard-to-understand areas.