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

[Feature] Support DIDExchange 1.1 #1228 #1230

Merged
merged 26 commits into from
Jun 26, 2024

Commits on Jun 18, 2024

  1. move existing into v1_0 section

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    edf4718 View commit details
    Browse the repository at this point in the history
  2. duplicate types

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ab67558 View commit details
    Browse the repository at this point in the history
  3. static generic types for messages created and piped thru all layers

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0354cb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. simplify generics

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    807e425 View commit details
    Browse the repository at this point in the history
  2. change approach to use runtime versioning rather than generics

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e8b4e05 View commit details
    Browse the repository at this point in the history
  3. v1_1 branch processing, and some clippy

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a020458 View commit details
    Browse the repository at this point in the history
  4. remove old todos

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f870743 View commit details
    Browse the repository at this point in the history
  5. fixes for aath with self for 4/7 performance on RFC0793 & 4/7 on 0023

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b1cbe84 View commit details
    Browse the repository at this point in the history
  6. smalls patches from acapy testing

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b913674 View commit details
    Browse the repository at this point in the history
  7. fix up mimetype handling as a result of testing acapy (text/string)

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5c1f6da View commit details
    Browse the repository at this point in the history
  8. handle multikey (acapy uses this)

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    494f8c8 View commit details
    Browse the repository at this point in the history
  9. make invite handshake 1.1

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6ec33a4 View commit details
    Browse the repository at this point in the history
  10. include invitation id

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a5ae36f View commit details
    Browse the repository at this point in the history
  11. pthid in response (for acapy)

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    83a2510 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    98cfd54 View commit details
    Browse the repository at this point in the history
  13. merge fix and add hack for local aath testing

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5a5e327 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fixes for didpeer2

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c173cda View commit details
    Browse the repository at this point in the history
  2. improve VM handling to understand more DIDDoc styles (acapy AATH test…

    …ing)
    
    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    55a7991 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fmt

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3121644 View commit details
    Browse the repository at this point in the history
  2. clean switcher

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ba3570a View commit details
    Browse the repository at this point in the history
  3. label pass, and some fixes

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9866a2a View commit details
    Browse the repository at this point in the history
  4. test fixes

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7ad8670 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix did rotate content

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ed46a35 View commit details
    Browse the repository at this point in the history
  2. pass in handshake ver

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5f5133d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. any-wrapper approach

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6a054c6 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
    gmulhearn-anonyome committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8265ec1 View commit details
    Browse the repository at this point in the history