keys in ethr-did documents should list controller
instead of owner
#29
Labels
bug
Something isn't working
controller
instead of owner
#29
The DID spec mentions a
controller
property for DID public key entries.Our resolver uses
owner
to describe a similar concept.There is a slight difference in semantics. When the
owner
of an identity is changed in the ERC1056 registry, this should be reflected in the DID document entry in thecontroller
field of the root key.More specifically, if
keyA
callschangeOwner
, listingkeyB
as the new owner, the DID document entry now looks like this:A correction should be made to the did-resolver such that the public key entry should appear like so:
This mirrors [ #168401735 ] in PT
The text was updated successfully, but these errors were encountered: