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

Implement DID Exchange Protocol #102

Merged
merged 15 commits into from
Apr 18, 2024
Merged

Implement DID Exchange Protocol #102

merged 15 commits into from
Apr 18, 2024

Commits on Apr 18, 2024

  1. WIP: implement DID exchange protocol

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a1d7d03 View commit details
    Browse the repository at this point in the history
  2. DidDoc from DIDDocument of PeerDID

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c7ac91b View commit details
    Browse the repository at this point in the history
  3. pass PeerDIDServiceTest

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    073c545 View commit details
    Browse the repository at this point in the history
  4. working on test

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0f64381 View commit details
    Browse the repository at this point in the history
  5. pass the test

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b92e5c2 View commit details
    Browse the repository at this point in the history
  6. add a test for did exchange using numAlgo 2

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e57a50a View commit details
    Browse the repository at this point in the history
  7. add some dev guide

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d257619 View commit details
    Browse the repository at this point in the history
  8. Use numAlgo 2 all the time

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    351fe1b View commit details
    Browse the repository at this point in the history
  9. Add recipientKey when creating peer did

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6ccd9e6 View commit details
    Browse the repository at this point in the history
  10. Try using did-communication service type

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ca47b0e View commit details
    Browse the repository at this point in the history
  11. fix key formats in did-communication service

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c6ca492 View commit details
    Browse the repository at this point in the history
  12. fix lint errors

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    429418a View commit details
    Browse the repository at this point in the history
  13. update peerdid-swift

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6ea423b View commit details
    Browse the repository at this point in the history
  14. support DidCommV2 type service in peer-did

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    52cc391 View commit details
    Browse the repository at this point in the history
  15. update dependency

    Signed-off-by: conanoc <conanoc@gmail.com>
    conanoc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    80b687f View commit details
    Browse the repository at this point in the history