You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to add a new key, the spec specifies that the whole DID doc with the new key added must be submitted to the ledger. Similarly for removing and updating keys, the whole DID doc has to be submitted.
The proposal is to have separate transactions for each action so the whole DID doc does not need to be sent and it is efficient for the ledger to verify compared to calculating a delta between the submitted doc and existing doc.
Adding a new key is done with ADD_KEY txn.
Removing a new key is done with REM_KEY txn.
Updating an existing key is done with MOD_KEY txn
The text was updated successfully, but these errors were encountered:
Currently, to add a new key, the spec specifies that the whole DID doc with the new key added must be submitted to the ledger. Similarly for removing and updating keys, the whole DID doc has to be submitted.
The proposal is to have separate transactions for each action so the whole DID doc does not need to be sent and it is efficient for the ledger to verify compared to calculating a delta between the submitted doc and existing doc.
The text was updated successfully, but these errors were encountered: