- Add a default key seed to the vc-generator.
- Interop tests records results more accurately.
- Add test to check whether dereferencing the
verificationMethod
results in an object containing a type property withMultikey
value. - Add test to check whether
publicKeyMultibase
is 34 bytes in length and is multibase base58-btc encoded. - Adds test to check whether
proof.proofPurpose
field matches the verification relationship expressed by the verification method controller.
- BREAKING: The tests require the cryptosuite type value to be either
eddsa-rdfc-2022
oreddsa-jcs-2022
. - BREAKING: The tags required for the test suite have been updated, shifting
from
eddsa-2022
toeddsa-rdfc-2022
and/oreddsa-jcs-2022
. - Test VCs now use
data-integrity/v2
context.
- Removed unused
generate-credentials
script.
- Add a new reporter option that generates the JSON used to create the report.
- Use
@digitalbazaar/mocha-w3c-interop-reporter@1.5.0
.
- See git history for changes.