Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DID Reference] REQUIREMENT: A capability is needed to Test If a DID Exists on the Ledger #24

Closed
mwherman2000 opened this issue Feb 9, 2019 · 3 comments

Comments

@mwherman2000
Copy link

mwherman2000 commented Feb 9, 2019

A capability is needed to Test If a DID Exists on the Ledger ...without having to incur the cost of constructing and returning a DID Document.

The DID Resolver Response should contain something like a simple Boolean (True/False) response ...and not a DID Document.

@peacekeeper
Copy link
Collaborator

I agree this seems like a good idea. It will probably be an optional feature for DID methods and resolvers.

@mwherman2000 mwherman2000 changed the title [DID Reference] A capability is needed to Test If a DID Exists on the Ledger [DID Reference] REQUIREMENT: A capability is needed to Test If a DID Exists on the Ledger Feb 9, 2019
@TomCJones
Copy link

this is a turning complete problem. Meaning that the only way to be sure a did is NOT there is to run the full chain. It would take less time only if there were a did that as active sometime in the recent past. Which is also a "freshness" measure. Thus the return may as well return the date of last use.

@mwherman2000
Copy link
Author

mwherman2000 commented Feb 22, 2019

Closed in favor of #32 Use cases 3 and 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants