You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a native resolver (via configurable gRPC) for did:cheqd DIDs, consider as well how it can be expanded into DID-Linked Resource Resolution (considering future support for anoncreds resolution)
The text was updated successfully, but these errors were encountered:
* try permissions in CI
Signed-off-by: George Mulhearn <[email protected]>
* new crate
Signed-off-by: George Mulhearn <[email protected]>
* resolution working
Signed-off-by: George Mulhearn <[email protected]>
* check in the proto types and have a standalone generator helper (rather than generate at build time)
Signed-off-by: George Mulhearn <[email protected]>
* regen lock
Signed-off-by: George Mulhearn <[email protected]>
* cheqd did parser
Signed-off-by: George Mulhearn <[email protected]>
* cheqd did url tests
Signed-off-by: George Mulhearn <[email protected]>
* re-gen lock
Signed-off-by: George Mulhearn <[email protected]>
* resolver system tests are working
Signed-off-by: George Mulhearn <[email protected]>
* run int tests in CI
Signed-off-by: George Mulhearn <[email protected]>
* clippy
Signed-off-by: George Mulhearn <[email protected]>
* resolution with contexts
Signed-off-by: George Mulhearn <[email protected]>
* finish some TODOs, and add doc metadata
Signed-off-by: George Mulhearn <[email protected]>
* update readme
Signed-off-by: George Mulhearn <[email protected]>
* try bumping rust ver on vdrproxy
Signed-off-by: George Mulhearn <[email protected]>
* lock auto update
Signed-off-by: George Mulhearn <[email protected]>
* readme updates
Signed-off-by: George Mulhearn <[email protected]>
* remove some debugs
Signed-off-by: George Mulhearn <[email protected]>
* more error info
Signed-off-by: George Mulhearn <[email protected]>
* updated hyper in did:web. fixes clients
Signed-off-by: George Mulhearn <[email protected]>
* fix up tls. works on android
Signed-off-by: George Mulhearn <[email protected]>
* some cleaning
Signed-off-by: George Mulhearn <[email protected]>
---------
Signed-off-by: George Mulhearn <[email protected]>
Co-authored-by: George Mulhearn <[email protected]>
Implement a native resolver (via configurable gRPC) for
did:cheqd
DIDs, consider as well how it can be expanded into DID-Linked Resource Resolution (considering future support for anoncreds resolution)The text was updated successfully, but these errors were encountered: