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
Describe the bug packDidCommMessage fails at the DID resolution step because did:key resolver does not include didResolutionMetadata in the result.
To Reproduce
This is noticeable when using the @veramo/cli: veramo execute -m packDIDCommMessage -a '{"packing":"anoncrypt","message":{"to":"did:key:z6MktEQbgrewCxg3bXkdKAqHJXSEMJVcxUhcEvkWVqyBpzYn", "body":{"hello":"world"}}}'
Observed behaviour
This fails with TypeError: Cannot read property 'error' of undefined
Versions:
Veramo: 2.1.1
The text was updated successfully, but these errors were encountered:
Bug severity
3
Describe the bug
packDidCommMessage
fails at the DID resolution step becausedid:key
resolver does not includedidResolutionMetadata
in the result.To Reproduce
This is noticeable when using the
@veramo/cli
:veramo execute -m packDIDCommMessage -a '{"packing":"anoncrypt","message":{"to":"did:key:z6MktEQbgrewCxg3bXkdKAqHJXSEMJVcxUhcEvkWVqyBpzYn", "body":{"hello":"world"}}}'
Observed behaviour
This fails with
TypeError: Cannot read property 'error' of undefined
Versions:
The text was updated successfully, but these errors were encountered: