You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ensure that all suites use standardized parameters such as taking in credential instead of testVector
Rename optionalTests to features
Make the Vc Generator exportable and probably not use the term Generator as it can be confused with generator that product points on cryptographic curves and also could be confused with javascript generators
Switch suites from issuer / verifier to section and allow tests to use both issuance and verification
Create corresponding tests for each new section specific suite
Export suites directly with less intermediary
Remove keyType loops etc. from DI Suites
Remove the need for isEcdsaTests from suites
remove or clarify testDataOptions (this might be related to making the vc-generator exportable)
Remove specific assertions exports
address as many existing issues as possible
The text was updated successfully, but these errors were encountered:
credential
instead oftestVector
optionalTests
tofeatures
issuer
/verifier
tosection
and allow tests to use both issuance and verificationisEcdsaTests
from suitesThe text was updated successfully, but these errors were encountered: