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 StatusList2021 section #110

Merged
merged 1 commit into from
Dec 4, 2024
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
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,20 +221,6 @@ 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

* `BitstringStatusList ` and `Revocation`/`Suspension`- Combining the
`BitstringStatusList` tag with `Revocation` or `Suspension` tags will run the
[Bitstring Status List tests](https://github.com/w3c-ccg/vc-bitstring-status-list-test-suite)
on your issuer and/or verifier.
* Adding the `Revocation` tag alongside `BitstringStatusList` runs tests for
issuers or verifiers issuing/verifying VCs with the revocation status purpose.
* Adding the `Suspension` tag alongside `BitstringStatusList` runs tests for
issuers or verifiers issuing/verifying VCs with the suspension status purpose.
* Note: To update the status of VCs and publish the updated status, additional
endpoints `setStatusLists` - `/credentials/status` and `publishStatusLists`
- `/credentials/publish` may also need to be specified.

#### DID Key Test Suite

* `did-key` - This tag will run the [DID Key Test Suite](https://github.com/w3c-ccg/did-key-test-suite)
Expand Down