-
Notifications
You must be signed in to change notification settings - Fork 5
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
Version test suites #62
Conversation
aljones15
commented
Nov 4, 2024
- changes the default vc to VC 2.0
- removes klona in favor of structuredClone
- compresses algorithms to one js file
- removes 2 deprecated test suites
credentialSubject: { | ||
id: 'did:key:z6MktKwz7Ge1Yxzr4JHavN33wiwa8y81QdcMRLXQsrH9T53b' | ||
id: 'did:key:z6MktKwz7Ge1Yxzr4JHavN33wiwa8y81QdcMRLXQsrH9T53b', | ||
name: 'ExampleClaim' |
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.
This one still worries me a bit as it's slightly above the minimum requirements--though likely a very common field even in a minimal VC. I'm open to not caring...but right now it does give me pause...
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.
From my point of vue, name/description are globally accessible properties in vcdm 2.0. I'm personally ok with including this.
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.
Generally, I think this is fine. I still mostly worry about having name
in the most minimal example...but happy to be persuaded or overruled here.