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 <gmulhearn@anonyome.com>
* new crate
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* resolution working
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* check in the proto types and have a standalone generator helper (rather than generate at build time)
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* regen lock
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* cheqd did parser
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* cheqd did url tests
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* re-gen lock
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* resolver system tests are working
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* run int tests in CI
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* clippy
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* resolution with contexts
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* finish some TODOs, and add doc metadata
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* update readme
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* try bumping rust ver on vdrproxy
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* lock auto update
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* readme updates
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* remove some debugs
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* more error info
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* updated hyper in did:web. fixes clients
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* fix up tls. works on android
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
* some cleaning
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
---------
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
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: