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

Regenerate revocation list credential for new URL #242

Merged
merged 1 commit into from
Nov 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions fixtures/revocationList.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/vc-revocation-list-2020/v1"
],
"id": "https://w3c-ccg.github.io/vc-http-api/fixtures/revocationList.json",
"id": "https://w3c-ccg.github.io/vc-api/fixtures/revocationList.json",
"type": [
"VerifiableCredential",
"RevocationList2020Credential"
],
"issuer": {
"id": "did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3"
"id": "did:key:z6MknzD3XyJNXWBjHTKxp8HqtsRnbazPRowYcSzHFuRF74B5"
},
"issuanceDate": "2021-02-15T07:50:03.050Z",
"credentialSubject": {
Expand All @@ -18,9 +18,9 @@
},
"proof": {
"type": "Ed25519Signature2018",
Copy link
Contributor

Choose a reason for hiding this comment

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

Wondering what folks feelings are for switching to Ed25519Signature2020? We're all speed ahead at DB for that change because it switches to using multibase, which gets good compression in CBOR-LD, and because it makes a clean break from jws, which is what JsonWebSignature2020 is for.

"created": "2021-02-15T07:50:03Z",
"jws": "eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..qN657PZcI21d3hZsjlHaINGMJ0URuP9Lo8-0vYqNrPK6WEOB1SsegmyFSwRMcvyrKpWfcorpBsDFLwdwcVHNBA",
"created": "2021-10-29T19:12:09Z",
"jws": "eyJhbGciOiJFZERTQSIsImNyaXQiOlsiYjY0Il0sImI2NCI6ZmFsc2V9..TDjNe7qv39-U1y2clIEz38w9BjIkW3PLVl-xEiXbhqD9KhtTvX2r74Xmi6uCmMMTiFsn03sXLwQr6mYwPN4tCw",
"proofPurpose": "assertionMethod",
"verificationMethod": "did:key:z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3#z6MkiY62766b1LJkExWMsM3QG4WtX7QpY823dxoYzr9qZvJ3"
"verificationMethod": "did:key:z6MknzD3XyJNXWBjHTKxp8HqtsRnbazPRowYcSzHFuRF74B5#z6MknzD3XyJNXWBjHTKxp8HqtsRnbazPRowYcSzHFuRF74B5"
}
}