-
Notifications
You must be signed in to change notification settings - Fork 98
VC Data Model v2.0 #1738
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
base: main
Are you sure you want to change the base?
VC Data Model v2.0 #1738
Conversation
identity_credential/src/validator/jwt_credential_validation/jwt_credential_validator.rs
Outdated
Show resolved
Hide resolved
identity_credential/src/validator/jwt_credential_validation/jwt_credential_validator_utils.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: wulfraem <[email protected]>
Co-authored-by: wulfraem <[email protected]>
Co-authored-by: wulfraem <[email protected]>
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.
Could you do a manual merge with main again?
This should help to get the CI back to green, as the CI is not testing the PR branch tip, but the resulting merge that has the duplicate Default derives for StatusCheck and SubjectHolderRelationship and after the manual merge they should be fixable. ^^
Thanks dude, I was going crazy trying to figure out why this was happening 🙏 |
Description of change
Integrate VC Data Model 2.0 within
identity_credential.Links to any relevant issues
Closes #1275
Type of change