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

feat: update to latest did spec #92

Merged
merged 3 commits into from
Mar 15, 2021
Merged

feat: update to latest did spec #92

merged 3 commits into from
Mar 15, 2021

Commits on Mar 11, 2021

  1. feat: update to latest did spec

    fixes #91
    implements w3c-ccg/did-method-web#7
    
    BREAKING CHANGES:
    * resolver is now returning a DIDResolutionResult that wraps a DIDDocument
    * No errors are thrown, instead returned as didResolutionMetadata.error/message
    mirceanis committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1331cc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    485edbf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    752f118 View commit details
    Browse the repository at this point in the history