-
Notifications
You must be signed in to change notification settings - Fork 29
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
[WIP] Initial commit - Webvh #1377
base: main
Are you sure you want to change the base?
Conversation
Update/Deactivate have some old implementation still but aren't finished. Prerotation is also not implemented atm. Integration test will fail until the server changes are merged to main. Endorsement requires the endorser agent creating a key with a |
Integration test is failing because it's not using an https domain. Thinking about how to get around this with the base library. Also, currently the ssl checks in the plugin are turned off. I'll need to update that. |
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.
First round of review/comments
The integration test for auto endorsing isn't working even though it's working manually. The test still allows the initial log to get posted so I removed the assertion for now. |
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
WIP - Adds basic did create/update/deactivate support with the
didwebvh-server-py
project.Includes endorsement protocol, initial integration testing and some initial unit tests.