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
Conflicts can arise if a BTCR resolves to multiple continuation DID documents.
We are dealing with this by:
requiring the continuation DID documents to use (at minimum) id fragments (e.g. #keys-2)
fail if one fragment or full id collides
I think this deals with non-determinism problems we had in the original resolver (where we were generating id fragments for continuations). But we should document other potential issues, such as performance impact.
The text was updated successfully, but these errors were encountered:
kimdhamilton
changed the title
Specify behavior if multiple DID document fragments
Specify behavior if multiple continuation DID documents
Apr 4, 2018
Conflicts can arise if a BTCR resolves to multiple continuation DID documents.
We are dealing with this by:
#keys-2
)I think this deals with non-determinism problems we had in the original resolver (where we were generating id fragments for continuations). But we should document other potential issues, such as performance impact.
The text was updated successfully, but these errors were encountered: