-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release/v0.2.0 #57
Release/v0.2.0 #57
Conversation
was not being populated by SSI crate Added Local and Network feature to sdk - a precursor to getting DID resolver being WASM ready
GET /did/v1/resolve/<did>
for i in 0..2 { | ||
assert!(keys_multibase.contains(&method_ids[i][1..].to_string())); | ||
} | ||
method_ids.iter().take(2).for_each(|id| { |
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.
Good point, noted!
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
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
* Updating crates * Changed how keys are resolved in did:peer from multicodec to JsonWebTokens
6ffdccf
did