-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello all,
I'd love to try this project out but I'm getting a few test and build failures.
For example:
getSignatureValue is no longer available in ldSignature v3 making SignTest.java fail.
Also there seems to be a problem handling the jsonld context:
Test set: com.danubetech.verifiablecredentials.VerifyTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.63 s <<< FAILURE! - in com.danubetech.verifiablecredentials.VerifyTest
testBadVerify Time elapsed: 0.622 s <<< ERROR!
com.github.jsonldjava.core.JsonLdError: invalid term definition: 1.1
at com.danubetech.verifiablecredentials.VerifyTest.testBadVerify(VerifyTest.java:38)
testVerify Time elapsed: 0.006 s <<< ERROR!
com.github.jsonldjava.core.JsonLdError: invalid term definition: 1.1
at com.danubetech.verifiablecredentials.VerifyTest.testVerify(VerifyTest.java:20)
I tried to track this error down and it seems json-ld doesn't like the:
"@context": [{
"@version": 1.1
}, "https://w3id.org/security/v1", {
Any thoughts on how these could be resolved?
Metadata
Metadata
Assignees
Labels
No labels