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
There have been a number of changes to the DID DHT spec since implementation, which I've captured below. These changes should be backwards compatible, meaning DIDs you use today will not break.
Support a republish feature, which is able to take the latest state of a DID DHT document and re-publish it to a gateway.
If not in practice already, it would make sense to expand our "PortableDID" construct to store histories of DID DHT documents and republish should only work on the latest version (seq num).
After this you can anticipate two additional changes to DID DHT pertaining to the following issues:
There have been a number of changes to the DID DHT spec since implementation, which I've captured below. These changes should be backwards compatible, meaning DIDs you use today will not break.
These changes are already in place in the DID DHT project itself, and you can find passing test vectors here as a reference.
Additionally, I would recommend:
republish
feature, which is able to take the latest state of a DID DHT document and re-publish it to a gateway.If not in practice already, it would make sense to expand our "PortableDID" construct to store histories of DID DHT documents and republish should only work on the latest version (seq num).
After this you can anticipate two additional changes to DID DHT pertaining to the following issues:
74 will be a breaking change, though (9) from above paves a path to make it less disruptive.
Please let me know if you have any questions.
The text was updated successfully, but these errors were encountered: