w3c / vc-di-ed25519signature2020-test-suite

Ed25519Signature2020 Data Integrity test suite
https://w3c.github.io/vc-di-ed25519signature2020-test-suite/
3 stars 7 forks source link

"checks" option isn't supported by VC API #3

Open peacekeeper opened 2 years ago

peacekeeper commented 2 years ago

The test suite is sending a "checks" option: https://github.com/digitalbazaar/di-ed25519-test-suite/blob/initial/tests/Implementation.js#L59

But this isn't supported in the API: https://github.com/w3c-ccg/vc-api/blob/main/components/VerifyOptions.yml#L19

Therefore we removed it from the VC API test suite recently: https://github.com/w3c-ccg/vc-api-test-suite/pull/9

msporny commented 2 years ago

Agreed, this should be fixed.