-
Notifications
You must be signed in to change notification settings - Fork 52
Add support for Verifiable Credentials Data Model v2.0 #149
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
Comments
@parviz-mv Support for Verifiable Credentials (VC) Data Model 2.0 is currently under development. You can find the ongoing work in this PR: #148 |
@JSAssassin Got it, thanks! |
Hello @JSAssassin cc: @parviz-mv
|
@bparth24 @parviz-mv you may use the existing release candidate for VC 2.0 here: #148 Also do note: the VC 2.0 context is changing relatively soon: digitalbazaar/credentials-v2-context#10 The R.C. has been reviewed multiple times so I believe the major hold up at this point is continued changes in the VC 2.0 spec and also some changes in dependent libraries (we want the newer version of p.s. any feedback or review comments are welcome. |
@aljones15 thank you for the response. |
@bparth24 @parviz-mv The next major release of this library with VC 2.0 support has been released recently. https://www.npmjs.com/package/@digitalbazaar/vc Are you ready to close this issue? Any problems with the latest release? |
Yes, of course. VC 2.0 is supported by the latest version. Thanks! |
VC Data Model v2.0 introduces new contexts:
When I try to issue a credential with a new contexts:
I got an error:
Also, if I use
v1
contexts with a newvalidFrom
andvalidUntil
properties, credential successfully issued, but containsissuanceDate
property which was renamed tovalidFrom
in v2.0 spec:The text was updated successfully, but these errors were encountered: