aries-cloudagent-python
aries-cloudagent-python copied to clipboard
generating DID docs with verificationMethod rather than publicKey
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
.
this is been address in this PR.
https://github.com/hyperledger/aries-cloudagent-python/pull/1033
Addressed in replacement PR to 1033 — #1070