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

fix: multiuse invites with did peer 4 #3112

Merged
merged 6 commits into from
Jul 22, 2024

Commits on Jul 21, 2024

  1. 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 openwallet-foundation#3111.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    bdc7ccf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    98f93b3 View commit details
    Browse the repository at this point in the history
  2. test: retrieve conn by did-peer-4

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    029eefa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd59ccc 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 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a79890b 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 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c428b23 View commit details
    Browse the repository at this point in the history