respecConfig.json
is nowconfig/respec.json
.abstract.hbs
is nowconfig/abstract.hbs
.localImplementationsConfig.cjs
is nowlocalConfig.cjs
- Add
config/runner.json
for configuring the tag used for the suite.
- Add initial tests for
eddsa-jcs-2022
. - Get VC issuer for test data generation from test config. This will allow
testers to specify the VC issuer for generating the test data for the
eddsa-jcs-2022
tests. The default value has been set tobovine
.
- 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/[email protected]
.
- See git history for changes.