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: introduce use_did and use_did_method #2862

Merged
merged 23 commits into from
Apr 8, 2024

Commits on Apr 4, 2024

  1. refactor: introduce use_did and use_did_method

    To didexchange admin api routes that trigger an outbound didexchange
    request
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    239ba8f View commit details
    Browse the repository at this point in the history
  2. feat: oob route updates for use_did, use_did_method

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    15f3e10 View commit details
    Browse the repository at this point in the history
  3. fix: comment out create_unique_did for now in int tests

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e61e709 View commit details
    Browse the repository at this point in the history
  4. feat: remove emit args

    But add emit args to demo/int test args
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4da0cb6 View commit details
    Browse the repository at this point in the history
  5. refactor: delegate param checking to invite creator

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ccd92d8 View commit details
    Browse the repository at this point in the history
  6. fix: use_did_method is body param

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c2b1b80 View commit details
    Browse the repository at this point in the history
  7. fix: use_did_method should be none when not set

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b15407a View commit details
    Browse the repository at this point in the history
  8. fix: omit use_did_method when none

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e9f6e7b View commit details
    Browse the repository at this point in the history
  9. fix: condition for create_unique_did

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a03db24 View commit details
    Browse the repository at this point in the history
  10. fix: more random dids

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a52cf65 View commit details
    Browse the repository at this point in the history
  11. fix: move emit flag in issue cred test defs

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c020a79 View commit details
    Browse the repository at this point in the history
  12. feat: don't remove type info from agent message on deserialize

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    92f0187 View commit details
    Browse the repository at this point in the history
  13. fix: conductor invite creation tests

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    eb7ee17 View commit details
    Browse the repository at this point in the history
  14. fix: agent message tests with bad type

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    30fea83 View commit details
    Browse the repository at this point in the history
  15. fix: route manager test with updated params to route_verkey

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5228382 View commit details
    Browse the repository at this point in the history
  16. fix: remove out of spec attr for invitation message tests

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a2b69be View commit details
    Browse the repository at this point in the history
  17. fix: oob manager test failures

    Corrected serialization, service decorator should be base58 raw keys
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7f5eae7 View commit details
    Browse the repository at this point in the history
  18. fix: brittle test expected params in oob test routes

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    536b650 View commit details
    Browse the repository at this point in the history
  19. fix: bad field on inv message

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    58a5f62 View commit details
    Browse the repository at this point in the history
  20. test: invite creator config

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ff8a613 View commit details
    Browse the repository at this point in the history
  21. feat: implement auto-accept behavior

    As outlined in hyperledger#2857
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    85f01f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix: a few critical tweaks

    - on 1.1, default to use_did_method=did:peer:4 when not specified
    - on use_did, fix bugs with setting the did
    - doc updates
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fd73dd6 View commit details
    Browse the repository at this point in the history
  2. feat: new doc detailing qualified did use

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    27ed8f3 View commit details
    Browse the repository at this point in the history