-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support DID v1.0 #204
Merged
Merged
Support DID v1.0 #204
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write only of verification methods. Determine the current ones on read. Support versioning for DID documents. Resolve method returns metadata. For storage, add option to store Buffer in set. Store verification methods as binary data. Use data entries of association tx to determine verification methods. Tests needed
Store binary value as base64 encoded with leveldb (for now). Fix issue with resolving DID document.
…c functions of working with a sorted set.
Store verification method timestamps as long.
This has been moved to a separate repo.
Fix all tests unrelated to DID service. Use directory for local config files. In the directory use the env name, so you don't use the local dev config when running tests.
ESLint config copied from LTO Relay project.
Return `updated` property in DID metadata
Add LTO `buildAddress` and `networkId` functions.
Fix existing tests
Embed deactivation method as capabilityInvocation and don't list it under verification methods. Include all verification relationships in DID document, even if they're empty.
Add tests for indexing DID services. Small fixes.
Fix incorrect mock for association tests. Fix DID listener tests
Minor fixes to make response standard compliant.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed
ltox
DIDs. Closes #195Removed derived identities. Closes #196
Added support for DID services. Closes #146
Added versioning (
versionTime
query parameter). Closes #200Added support for deactivation. Closes #203
Index deactivation capability.
General fixes to the repository.