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

Remove Ed25519Signature2018 tags from implementations #95

Merged
merged 8 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vc-test-suite-implementations Changelog

## 2.1.0 - 2023-12-18

### Removed
- Remove unsupported `Ed25519Signature2018` tag from implementations.
- Remove `Mattr` from implementations list.

## 2.0.0 - 2023-12-14

### Changed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion implementations/DanubeTech.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "did:key:z6MksvTdeczd92YQ5W2V2gL9kXdRvD2AEiyJPoWieP95HUDo",
"endpoint": "https://uniissuer.io/1.0/credentials/issue",
"options": {
"type": "Ed25519Signature2018"
"type": "Ed25519Signature2020"
},
"tags": ["vc-api"]
}, {
Expand Down
14 changes: 0 additions & 14 deletions implementations/Mattr.json

This file was deleted.

4 changes: 2 additions & 2 deletions implementations/Mavennet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}]
}