decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
414 stars 130 forks source link

fix(data-store): support credentials with undefined `issuanceDate` #1274

Closed mirceanis closed 6 months ago

mirceanis commented 8 months ago

What is being changed

BREAKING CHANGE: this changes the NULL constraints in the claim and credential table for the issuanceDate column, requiring a migration. A migration has been added to the default migration set provided by Veramo, but it is otherwise a breaking change if you are not using that set.

Quality

Check all that apply:

Details

I'm not sure we should be accepting VCs that don't (adhere to the data model](https://www.w3.org/TR/vc-data-model/#issuance-date). I'm posting this here as a continuation of #1273

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.