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

refactor: use did-peer-2 instead of peerdid #2561

Merged
merged 3 commits into from
Oct 25, 2023

Commits on Oct 24, 2023

  1. refactor: use did-peer-2 instead of peerdid

    Speaking frankly, I felt that the peerdid library was a bit overly
    complicated. On top of that, peerdid is not up to date with the
    corrections proposed in this PR to the did:peer method specification:
    
    decentralized-identity/peer-did-method-spec#62
    
    did-peer-2 is a minimal implementation of did:peer:2 and did:peer:3.
    It is up to date with the above PR. The corrections to the spec and the
    library lend themselves to a simpler implementation of the did:peer:2
    and did:peer:3 resolvers. This refactor supports work to add did:peer:2
    support to OOB + DID Exchange.
    
    New in this PR is a cleanup mechanism for the did:peer:3 to did:peer:2
    mapping records. When a connection is deleted, we check whether there
    are any potential mappings to remove.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c5a9458 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into refactor/did-peer-2

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2c24dc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'main' into refactor/did-peer-2

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b4ebb86 View commit details
    Browse the repository at this point in the history