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

Patch release 0.12.x #3121

Merged
merged 15 commits into from
Jul 24, 2024
Merged

Commits on Jul 23, 2024

  1. Check connection is ready in all connection required handlers

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a08ba60 View commit details
    Browse the repository at this point in the history
  2. fix: multiuse invites with did peer 4

    This corrects an issue where did:peer:4 connection records were failing
    to be resolved on inbound message, resulting in the multiuse invitation
    that created the connection being resolved instead.
    
    Fixes hyperledger#3111.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3a19418 View commit details
    Browse the repository at this point in the history
  3. test: retrieve conn by did-peer-4

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    75e5643 View commit details
    Browse the repository at this point in the history
  4. fix: endorser manager should use context.conn

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2cc4bfd View commit details
    Browse the repository at this point in the history
  5. fix: mock issues in tests

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d9e705b View commit details
    Browse the repository at this point in the history
  6. feat: soft binding for plugin flexibility

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    99707fd View commit details
    Browse the repository at this point in the history
  7. test: soft binding

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8f8078b View commit details
    Browse the repository at this point in the history
  8. feat: inject profile and session

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d3ff208 View commit details
    Browse the repository at this point in the history
  9. fix: bad test value in didex

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d04c3fb View commit details
    Browse the repository at this point in the history
  10. refactor: remove named scopes

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8510c45 View commit details
    Browse the repository at this point in the history
  11. feat: add external suite provider

    To make signing mechanisms for JSON-LD pluggable.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    49c6444 View commit details
    Browse the repository at this point in the history
  12. fix: make get_suite async

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d1a543b View commit details
    Browse the repository at this point in the history
  13. fix(interop): overly strict validation

    This change relaxes some overly strict validation that was preventing
    presenting proof using LDP-VC from Credo 0.5.X based agents.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    01a1c26 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: respond to did:peer:1 with did:peer:4

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    629a6a3 View commit details
    Browse the repository at this point in the history
  2. test: peer 1, respond with peer 4

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm authored and jamshale committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0e61624 View commit details
    Browse the repository at this point in the history