@veramo/did-manager
Advanced tools
Changelog
6.0.0 (2024-04-02)
revocable
and send
options from credential create command (#1345) (e1beeaf), closes #1342dataStoreORMGetVerifiableCredentialsByClaims
(#1299) (5aa97a2), closes #1285IIdentifier
(#1268) (e94aaf2)to
property.getChainIdForDidEthr
method has been renamed to getChainId
plugin.schema.json
files are now generated as plugin.schema.ts
.IDIDComm.sendDIDCommMessage()
has changed from a string representing the transport ID to an object that may include a returnMessage
property along with a transportId
property.DIDManager
has changed when working with alias
. It is mostly ignoring provider
unless it is used to create new identifiers. AbstractDIDStore
APIs have been adapted and implementations have changed.eth_signTransaction
algorithms may be slightly different as transactions are by default infered as type 1 (EIP1559)@veramo/data-store
to work with your credentials, you will have to recompute them using the @veramo/utils#computeEntryHash
method.