Closed aljones15 closed 2 months ago
Addresses issue: https://github.com/w3c-ccg/data-integrity-test-suite-assertion/issues/36
Adds a more real verifier than previously (one that at least actually verifies the VCs instead of just returning 400)
A number of issues arose from this PR so this PR fixes a few things:
@digitalbazaar/vc
createDocLoader
expectedProofPurpose
NOTE: timestamp related tests are failing because DB's DataIntegrityProof does not have correct time stamp support yet.
Addresses issue: https://github.com/w3c-ccg/data-integrity-test-suite-assertion/issues/36
Adds a more real verifier than previously (one that at least actually verifies the VCs instead of just returning 400)
A number of issues arose from this PR so this PR fixes a few things:
@digitalbazaar/vc
) is usedcreateDocLoader
method that can be used by other suitesexpectedProofPurpose
testNOTE: timestamp related tests are failing because DB's DataIntegrityProof does not have correct time stamp support yet.