w3c / vc-test-suite

Verifiable Credentials WG Test Suite
https://w3c.github.io/vc-test-suite/
BSD 3-Clause "New" or "Revised" License
68 stars 39 forks source link

Preliminary DanubeTech implementation report. #52

Closed peacekeeper closed 5 years ago

peacekeeper commented 5 years ago

https://github.com/danubetech/verifiable-credentials-java

This is an incomplete implementation with still many failures. It shows how both Linked Data Proofs and JWT can be supported.

Report was created with this branch of the test suite: https://github.com/uport-project/vc-test-suite/tree/jwt-support

TallTed commented 5 years ago

@peacekeeper - Noting the branch doesn't note the version/revision of the tests, which is important to knowing whether the tests need to be re-run. I'm guessing that you ran with this version (https://github.com/uport-project/vc-test-suite/tree/ca11ce4f64e55b8a62fcd5e0f02c0ef90bddcec8) upon the switch from iat to nbf (https://github.com/uport-project/vc-test-suite/commit/ca11ce4f64e55b8a62fcd5e0f02c0ef90bddcec8)

peacekeeper commented 5 years ago

@TallTed you are correct, that's the version I used.