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

[pull] main from hyperledger:main #181

Merged
75 commits merged into from
Mar 21, 2024
Merged

[pull] main from hyperledger:main #181

75 commits merged into from
Mar 21, 2024

Commits on Sep 12, 2023

  1. feat: add protocol skeleton for did-rotate

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    84903a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix: keys for problem report out of alignment with spec

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    85470cd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. feat: add did rotate messages

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    533222d View commit details
    Browse the repository at this point in the history
  2. feat: stub handlers for did rotate

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5fe679d View commit details
    Browse the repository at this point in the history
  3. refactor: rename to record_keys_for_resolvable_did

    From record_keys_for_public_did. Peer DIDs are resolvable but not
    necessarily public.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3aaf38d View commit details
    Browse the repository at this point in the history
  4. feat: add manager (stubs) and models

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9bd7a70 View commit details
    Browse the repository at this point in the history
  5. feat: finish off rotate manager implementation

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    360189e View commit details
    Browse the repository at this point in the history
  6. fix: noticed_time vs time_noticed in schema

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    087b7b9 View commit details
    Browse the repository at this point in the history
  7. fix: mock references to renamed method

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e25d082 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    729f0a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix connection reuse handling in demo

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c53d5ed View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. A couple of updates

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3223096 View commit details
    Browse the repository at this point in the history
  2. feat: add routes with tests

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    11d2245 View commit details
    Browse the repository at this point in the history
  3. Add did:peer support for OOB create_invitation()

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    04e93a2 View commit details
    Browse the repository at this point in the history
  4. feat: add message handlers with test

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    74f1744 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a2c5f2 View commit details
    Browse the repository at this point in the history
  6. fix: test failures

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3ef1d56 View commit details
    Browse the repository at this point in the history
  7. fix: test failures

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2a3de73 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    de93c71 View commit details
    Browse the repository at this point in the history
  2. Demo options for multi-use

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    17c6207 View commit details
    Browse the repository at this point in the history
  3. Big fixes generating did for invite

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7743c20 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Allow did:peer in invitations

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9073602 View commit details
    Browse the repository at this point in the history
  2. Add some connection test scenarios

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    99caee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    726ff1c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Reuse peer2 and peer4 dids in invitations (WIP)

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a328954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7508685 View commit details
    Browse the repository at this point in the history
  3. GHA update for doc publishing, fix doc file that was blanked

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran authored and amanji committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d7bef00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cc41fd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    00fa718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42db88e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db05f1e View commit details
    Browse the repository at this point in the history
  4. Fix connection reuse with did:peer WIP

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1ae7114 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. feat: add tests for did-rotate messages

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9c323da View commit details
    Browse the repository at this point in the history
  2. chore: update package dependencies

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1d13b7b View commit details
    Browse the repository at this point in the history
  3. feat: add addional reportable errors

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2d32f05 View commit details
    Browse the repository at this point in the history
  4. feat: delete rotate record once ack is received

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d432281 View commit details
    Browse the repository at this point in the history
  5. Clean up debugging code

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    15b6895 View commit details
    Browse the repository at this point in the history
  6. Clean up unit tests and docs

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e847bf2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c67d680 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    3e718b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Couple of bug fixes

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    94f72ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cfc9b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Formatting isse

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5a17be7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Some did:peer:4 fixes to work with connection reuse

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bfc610c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e67b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    d5a5907 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat: create did:peer:2/4 in wallet did endpoint

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    03b8e49 View commit details
    Browse the repository at this point in the history
  2. chore: fix linter errors

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9062a9f View commit details
    Browse the repository at this point in the history
  3. fix: test errors

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fa1290b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat: tests for did rotate manager

    Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
    amanji committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bdb2600 View commit details
    Browse the repository at this point in the history
  2. Remove requirement for write ledger in read-only mode.

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ac6ee8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8913ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec5ea8d View commit details
    Browse the repository at this point in the history
  5. Tweak integration tests for connection reuse

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c3c58e5 View commit details
    Browse the repository at this point in the history
  6. Fix docs

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7856a5e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request #2816 from petridishdev/feature/did-rotate

    feat: did-rotate
    dbluhm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3eb0bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4fce81 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2836 from esune/fix/read-only-ledger-tweaks

    Remove requirement for write ledger in read-only mode.
    swcurran committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    74d12db View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Update from main branch

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c8308ed View commit details
    Browse the repository at this point in the history
  2. Update to run_demo script to support Apple M1 CPUs

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7056727 View commit details
    Browse the repository at this point in the history
  3. Add documentation to the Demo readme

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e357480 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump the all-actions group with 1 update

    Bumps the all-actions group with 1 update: [psf/black](https://github.com/psf/black).
    
    
    Updates `psf/black` from 24.2.0 to 24.3.0
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.2.0...24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: psf/black
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ca7efb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request #2844 from hyperledger/dependabot/github_actions/a…

    …ll-actions-82317a8ac3
    
    chore(deps): Bump the all-actions group with 1 update
    WadeBarnes committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1da1947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915b60e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04fddc9 View commit details
    Browse the repository at this point in the history
  4. Minor fix

    Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
    ianco committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    22ecfcc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2823 from ianco/issue/2703

    Support connection re-use for did:peer:2/4
    ianco committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3066c40 View commit details
    Browse the repository at this point in the history
  6. Add 'resolution' functionality for building and running agents seprately

    Signed-off-by: Sarthak Vijayvergiya <sarthakvijayvergiya@gmail.com>
    sarthakvijayvergiya committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    795b0d3 View commit details
    Browse the repository at this point in the history
  7. update docs

    Signed-off-by: Sarthak Vijayvergiya <sarthakvijayvergiya@gmail.com>
    sarthakvijayvergiya committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f6c00b0 View commit details
    Browse the repository at this point in the history
  8. update docs

    Signed-off-by: Sarthak Vijayvergiya <sarthakvijayvergiya@gmail.com>
    sarthakvijayvergiya committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5b32130 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2845 from sarthakvijayvergiya/feat/docker-volume-…

    …config-run-demo
    
    Add functionality for building and running agents seprately
    ianco committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9da989c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    997a20f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge pull request #2843 from swcurran/m1-build-issue

    Update to run_demo script to support Apple M1 CPUs
    swcurran committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5501672 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump black from 24.1.1 to 24.3.0

    Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.1.1...24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a08b661 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2847 from hyperledger/dependabot/pip/black-24.3.0

    chore(deps-dev): Bump black from 24.1.1 to 24.3.0
    swcurran committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9059e87 View commit details
    Browse the repository at this point in the history