Open llorllale opened 3 years ago
For now, we still need to support older DID methods that have the publicKey
property.
I assume this is why rawDoc
currently has the publicKey
property. (backwards compatibility).
@fqutishat @llorllale
@troyronda @fqutishat can you confirm which methods these are?
I assume technically did:peer is one of those.... :disappointed:
Edit: https://github.com/decentralized-identity/peer-did-method-spec/pull/27
https://github.com/hyperledger/aries-framework-go/blob/baaee32af638b505f462db428bff5ef62b77458d/pkg/doc/did/doc.go#L317
publicKey
was removed from the did-core abstract data model a while ago.