From cacb9504dc16aaff358d884cd3bebed0d5001807 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Fri, 15 Dec 2023 13:35:42 -0500 Subject: [PATCH 1/8] Remove `Ed25519Signature2018` tags. --- implementations/Mavennet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/implementations/Mavennet.json b/implementations/Mavennet.json index b3e0d21..b932a22 100644 --- a/implementations/Mavennet.json +++ b/implementations/Mavennet.json @@ -13,11 +13,11 @@ "options": { "type": "Ed25519Signature2018" }, - "tags": ["vc-api", "Ed25519Signature2018"] + "tags": ["vc-api"] }], "verifiers": [{ "id": "", "endpoint": "https://api.staging.refiner.neoflow.energy/credentials/verify", - "tags": ["vc-api", "Ed25519Signature2018"] + "tags": ["vc-api"] }] } From 316f926db2600102dc8cbf03acc9ad634dcbb224 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Fri, 15 Dec 2023 13:38:03 -0500 Subject: [PATCH 2/8] Remove `Ed25519Signature2018` tags from implementations. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df458ad..7080f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # vc-test-suite-implementations Changelog +## 2.1.0 - 2023-12-15 + +### Removed +- Remove tags unsupported `Ed25519Signature2018` tag from implementations. + ## 2.0.0 - 2023-12-14 ### Changed From 44d4bc1b00f8d36517b38d6d50ea5acd2aee575a Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Fri, 15 Dec 2023 14:10:01 -0500 Subject: [PATCH 3/8] Update `DanubeTech` vc-api implementations options type to `Ed25519Signature2020`. --- implementations/DanubeTech.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/DanubeTech.json b/implementations/DanubeTech.json index fbaf95c..573d9b7 100644 --- a/implementations/DanubeTech.json +++ b/implementations/DanubeTech.json @@ -5,7 +5,7 @@ "id": "did:key:z6MksvTdeczd92YQ5W2V2gL9kXdRvD2AEiyJPoWieP95HUDo", "endpoint": "https://uniissuer.io/1.0/credentials/issue", "options": { - "type": "Ed25519Signature2018" + "type": "Ed25519Signature2020" }, "tags": ["vc-api"] }, { From 64d04d7e7b475c37050ee24cd1701e62020113f6 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Mon, 18 Dec 2023 09:24:37 -0500 Subject: [PATCH 4/8] Convey in `README.md` that `Ed25519Signature2018` is no longer supported. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3607281..d0a9ae6 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,10 @@ is most widely implemented. So, the verifier you add for `vc-api` must support verification of VCs with `Ed25519Signature2020` signature to pass verification tests. +As of 2023, `Ed25519Signature2018` is no longer supported, so please update +your existing implementations to use `Ed25519Signature2020` if you were +previously using `Ed25519Signature2018`. + #### Status List 2021 Test Suite * `StatusList2021` and `Revocation`/`Suspension`- Combining the `StatusList2021` From 7aaf48ca86b36e0ec7f102c2df5898e606968544 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Mon, 18 Dec 2023 09:50:48 -0500 Subject: [PATCH 5/8] Fix changelog entry. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7080f98..ce04130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 2.1.0 - 2023-12-15 ### Removed -- Remove tags unsupported `Ed25519Signature2018` tag from implementations. +- Remove unsupported `Ed25519Signature2018` tag from implementations. ## 2.0.0 - 2023-12-14 From 118d066e18cb142e28b244ba4f2e9f4d827f2cad Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Fri, 15 Dec 2023 14:12:03 -0500 Subject: [PATCH 6/8] Remove Mattr from implementations list. --- implementations/Mattr.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 implementations/Mattr.json diff --git a/implementations/Mattr.json b/implementations/Mattr.json deleted file mode 100644 index c5d4f7f..0000000 --- a/implementations/Mattr.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MATTR", - "implementation": "MATTR", - "issuers": [{ - "id": "did:key:z6Mkj7HcNHtJDDWNdAKgfG1egZh5zLDStiYP1jxccyjXMCqF", - "endpoint": "https://platform.interop.mattrlabs.io/vc-http-api/v1/credentials", - "tags": [] - }], - "verifiers": [{ - "id": "", - "endpoint": "https://platform.interop.mattrlabs.io/vc-http-api/v1/credentials/verify", - "tags": [] - }] -} From b73ab6a16602ac6237d504ffeafacfafcb975b65 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Fri, 15 Dec 2023 14:13:35 -0500 Subject: [PATCH 7/8] Add changelog entry. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce04130..8781f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Removed - Remove unsupported `Ed25519Signature2018` tag from implementations. +- Remove `Mattr` from implementations list. ## 2.0.0 - 2023-12-14 From 896dc2459806984956922cf3a9faa582bd67abbe Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Mon, 18 Dec 2023 11:04:34 -0500 Subject: [PATCH 8/8] Update changelog entry date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8781f4e..143694c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # vc-test-suite-implementations Changelog -## 2.1.0 - 2023-12-15 +## 2.1.0 - 2023-12-18 ### Removed - Remove unsupported `Ed25519Signature2018` tag from implementations.