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
did-manager: add 'isLocal' in 'options' to only modify DIDStore (#1452) (94da414)
did-provider-ethr: add signOnly flag and logic for add/remove key/service (#1389) (2110590)
improve key creation/import options when creating identifiers (#1423) (12aa854)
key-manager: allow user defined kid on keyManagerCreate (#1426) (0784df0), closes #1353
Reverts
Revert "chore(ci): fix jest call on GH workflow" (f5e14b0)
Revert "chore(ci): npx install puppeteer browsers before test" (d5ff2e3)
BREAKING CHANGES
credential-w3c: This changeset, along with the previous changes in #1395 modify the CredentialPlugin to support extensibility without modifications to the veramo repository. This plugin now acts as an orchestrator for other ICredentialProvider implementations that provide the actual support for various verifiable data formats. ICredentialProvider implementations can be implemented externally and used with this plugin.
credential-w3c: The credential plugins specializing in JSON-LD / EIP712 are no longer top level veramo plugins but are now managed by the @veramo/credential-w3c plugin which will be able to use multiple proof formats and multiplex accordingly. The constructor for the CredentialPlugin has changed to accept different implementations of proof formats.