Skip to content
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

Rename vc-api-test-suite-implementations to vc-test-suite-implementations and update README.md. #41

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

JSAssassin
Copy link
Contributor

@JSAssassin JSAssassin commented Dec 12, 2023

Related to w3c-ccg/vc-test-suite-implementations#92, must be merged only once the PR updating the package name gets merged. PR has been merged

@JSAssassin JSAssassin marked this pull request as ready for review December 14, 2023 20:00
Copy link
Contributor

@BigBlueHat BigBlueHat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but I do have one question (see line comment).

@@ -43,7 +43,7 @@ describe('Verify Credential - Data Integrity', function() {
let validVc;
before(async function() {
const issuer = matchingIssuers.get(issuerName).issuers.find(
issuer => issuer.tags.has('Ed25519Signature2020'));
issuer => issuer.tags.has('vc-api'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this just incorrect earlier? Seems different in intent/topic from the rest of the PR, no?

I've no objections to the change--and no need to extract this or anything--just curious.

Copy link
Contributor Author

@JSAssassin JSAssassin Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BigBlueHat This had to be updated because Ed25519Signature2020 tags no longer exists in w3c-ccg/vc-test-suite-implementations repo. The default behavior remains unchanged though. DB's vc-api issuer is used to generate the test VC sent to verifiers for verification and the VCs still contain the Ed25519Signature2020 proof type.

@JSAssassin JSAssassin merged commit 6b056ab into main Dec 14, 2023
2 checks passed
@JSAssassin JSAssassin deleted the update-implementations-package branch December 14, 2023 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants