ipfs-shipyard / js-did-ipid

The IPID DID method implementation in JavaScript
MIT License
21 stars 9 forks source link

Do not publish DID Document if it hasn't changed #14

Open satazor opened 5 years ago

satazor commented 5 years ago

When using update, we should not publish the DID Document if it hasn't changed. For instance, we might call revokePublicKey with a id that no longer exists.