aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

generating DID docs with verificationMethod rather than publicKey

Open troyronda opened this issue 3 years ago • 1 comments

DID-Core v1 now uses verificationMethod rather than the publicKey property. When generating DID documents, the verificationMethod property should be used.

The did:peer spec has now also been updated to use verificationMethod.

troyronda avatar Mar 22 '21 22:03 troyronda

this is been address in this PR.
https://github.com/hyperledger/aries-cloudagent-python/pull/1033

victormartinez-work avatar Mar 23 '21 18:03 victormartinez-work

Addressed in replacement PR to 1033 — #1070

swcurran avatar Jan 24 '23 21:01 swcurran