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

feat/presentation exchange #4

Open
wants to merge 121 commits into
base: main
Choose a base branch
from

Commits on Nov 30, 2021

  1. Initial refactor of mediator service - create manage script, refactor…

    … dependencies
    
    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    204d070 View commit details
    Browse the repository at this point in the history
  2. Remove (separate) ngrok scripts

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    4611fd7 View commit details
    Browse the repository at this point in the history
  3. Add support for pwd and wv

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    20b7aa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Fix docker image names

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ef5aff9 View commit details
    Browse the repository at this point in the history
  2. Fix postfres base

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5720e14 View commit details
    Browse the repository at this point in the history
  3. Update README, tweak settings

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    40b785a View commit details
    Browse the repository at this point in the history
  4. Updated README

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f1fe84d View commit details
    Browse the repository at this point in the history
  5. Updated README

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    9885ff7 View commit details
    Browse the repository at this point in the history
  6. Updated README

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a83ad58 View commit details
    Browse the repository at this point in the history
  7. Fix aca-py version

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    27dbcdd View commit details
    Browse the repository at this point in the history
  8. Fix PWD protocol

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    07ed168 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Initial mediator controller WIP

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5273d74 View commit details
    Browse the repository at this point in the history
  2. A few controller tweaks

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    b2184ee View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Update controller to respond to connections webhooks

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5a40cc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. feat: add nginx example with ssl

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f7d681e View commit details
    Browse the repository at this point in the history
  2. feat: update aca-py

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3b707a8 View commit details
    Browse the repository at this point in the history
  3. Cleanup mediator configs

    Signed-off-by: Ian Costanzo <[email protected]>
    ianco committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e6b9c38 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger#10 from ianco/mediator_refactor

    Mediator refactor
    dbluhm authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    a6b655e View commit details
    Browse the repository at this point in the history
  5. Add support for changes to internal Docker networking.

    - Networking changes introduced in Docker 4.1.x and forward on Windows and MAC stop the direct use of the internal docker host IP returned by the `docker run --rm --net=host eclipse/che-ip` process. On Windows and MAC `host.docker.internal` needs to be used for internal connections between containers on separate docker networks.
    - `host.docker.internal` has been available on Windows and Mac since Docker Engine version 18.03 (March 2018). Support for `host.docker.internal` on Linux was introduced in version 20.10.0 (2020-12-08), but it does not run out of the box yet (as of Docker Engine 20.10.11 (2021-11-17)). You need to add `--add-host=host.docker.internal:host-gateway` to the `docker run` command in order for it to work.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    10ff817 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hyperledger#13 from WadeBarnes/fix/docker-updates

    Add support for changes to internal Docker networking.
    ianco authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    47d8894 View commit details
    Browse the repository at this point in the history
  7. fix: add port 80 for certbot

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f6b3add View commit details
    Browse the repository at this point in the history
  8. fix: store db locally

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    eb838aa View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Centralize docker host IP script.

    - This is an update to the previous commit to update the support for Docker networking.  The `getDockerHost` has been pulled out and placed in a central location where it can be updated as needed rather than having to update dozens of scripts the next time there is a change.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d4cbf8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#15 from WadeBarnes/fix/docker-updates

    Centralize docker host IP script.
    swcurran authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f2a75bd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Merge branch 'main' into ssl

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    fbc4585 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    4942e0d View commit details
    Browse the repository at this point in the history
  2. feat: add default value to docker-compose.yml. Add example ssl config…

    …uration into default file.
    
    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    74b6ec2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

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

Commits on Feb 3, 2022

  1. fixed dependabot alerts

    Signed-off-by: wadeking98 <[email protected]>
    wadeking98 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    f8b3c72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#24 from wadeking98/main

    fixed dependabot alerts
    swcurran authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    3c77407 View commit details
    Browse the repository at this point in the history
  3. fixed predefine vulnerability

    Signed-off-by: wadeking98 <[email protected]>
    wadeking98 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    1ff4feb View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger#25 from wadeking98/main

    fixed predefine vulnerability
    swcurran authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    71374df View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. build(deps): bump follow-redirects in /acapy/controller

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1244774 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#26 from hyperledger/dependabot/npm_and…

    …_yarn/acapy/controller/follow-redirects-1.14.8
    
    build(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /acapy/controller
    swcurran authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    13d7a02 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Rework project for simple developer usage

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b60a4e1 View commit details
    Browse the repository at this point in the history
  2. Remove submodule wait-for-it

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    40084a1 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ea0ee7a View commit details
    Browse the repository at this point in the history
  4. Mojo to 11

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    efce9f5 View commit details
    Browse the repository at this point in the history
  5. Add some more docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    fe54ad0 View commit details
    Browse the repository at this point in the history
  6. Update FAQ

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b91f093 View commit details
    Browse the repository at this point in the history
  7. Update FAQ

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5da06ce View commit details
    Browse the repository at this point in the history
  8. Tweak db health check

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    564d8ba View commit details
    Browse the repository at this point in the history
  9. Update docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    239f82f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Update docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d69d687 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Disable the controller service

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8a0357c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Fix mediator service dependency

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    481e06a View commit details
    Browse the repository at this point in the history
  2. Document changing invite reason

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5930793 View commit details
    Browse the repository at this point in the history
  3. Add external link to docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    b0077dc View commit details
    Browse the repository at this point in the history
  4. Lots of project contributors

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    30072de View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Merge pull request hyperledger#27 from fullboar/main

    Shore up the project so it works out of the box (batteries included)
    dbluhm authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f2779c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Add support for new didcomm prefix

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e5ec260 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge pull request hyperledger#39 from fullboar/feature/add-modern-di…

    …dcomm
    
    Add support for new didcomm prefix
    swcurran authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ecbb858 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Add :z to volumes

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    44992e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a9b26 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Fix typography error

    Signed-off-by: Ali Abbas <[email protected]>
    realabbas authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e88f460 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#42 from realabbas/patch-1

    Fix typography error
    swcurran authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    de88f1f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. build(deps): bump express from 4.17.2 to 4.18.2 in /acapy/controller

    Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.2...4.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    131cf3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#46 from hyperledger/dependabot/npm_and…

    …_yarn/acapy/controller/express-4.18.2
    
    build(deps): bump express from 4.17.2 to 4.18.2 in /acapy/controller
    swcurran authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b0a9c70 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump minimist from 1.2.5 to 1.2.7 in /acapy/controller

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d27b638 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger#47 from hyperledger/dependabot/npm_and…

    …_yarn/acapy/controller/minimist-1.2.7
    
    build(deps): bump minimist from 1.2.5 to 1.2.7 in /acapy/controller
    swcurran authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    deb9589 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. build(deps): bump json5 from 2.2.0 to 2.2.3 in /acapy/controller

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    79c0f83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#48 from hyperledger/dependabot/npm_and…

    …_yarn/acapy/controller/json5-2.2.3
    
    build(deps): bump json5 from 2.2.0 to 2.2.3 in /acapy/controller
    swcurran authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    062d1f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Fix setting env MEDIATOR_URL in docker-compose

    Signed-off-by: Dobrosław Żybort <[email protected]>
    matrixik authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    02a174e View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#49 from matrixik/patch-1

    Fix setting env MEDIATOR_URL in docker-compose
    KimEbert42 authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    753aa89 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. feat: add load testing using AFJ as client and Locust as load testing…

    … framework
    
    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c3b9ce1 View commit details
    Browse the repository at this point in the history
  2. fix: fix copyright header

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    769ab09 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Merge pull request hyperledger#50 from reflectivedevelopment/feature/…

    …load-tester
    
    Feature/load tester
    swcurran authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e46961b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. chore: update container base image

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    86846f2 View commit details
    Browse the repository at this point in the history
  2. chore: remove pip requirements

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4273161 View commit details
    Browse the repository at this point in the history
  3. chore: combine run

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    501d303 View commit details
    Browse the repository at this point in the history
  4. chore: add maintainers

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    18f7fe1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Merge pull request hyperledger#54 from fullboar/feat/add-maintainers

    chore: add maintainers
    jleach authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d7676d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge pull request hyperledger#52 from fullboar/chore/update-base-img

    chore: update container base image
    jleach authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5d2f2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. updated the openshift dockerfile

    Signed-off-by: wadeking98 <[email protected]>
    wadeking98 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    69f91f6 View commit details
    Browse the repository at this point in the history
  2. Update acapy/Dockerfile.acapy

    Co-authored-by: Wade Barnes <[email protected]>
    Signed-off-by: Wade King <[email protected]>
    wadeking98 and WadeBarnes authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    018321f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Merge pull request hyperledger#55 from wadeking98/feat-update-openshi…

    …ft-dockerfile
    
    updated the openshift dockerfile
    WadeBarnes authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    18e7276 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Upgrade to aca-py v0.8.0

    - Latest images deal with the folder ownership and permissions.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a104f62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger#60 from WadeBarnes/main

    Upgrade to aca-py v0.8.0
    swcurran authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e292c1b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. feat: add additional load tests

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    df1a0df View commit details
    Browse the repository at this point in the history
  2. fix: fix clone url

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9ffd500 View commit details
    Browse the repository at this point in the history
  3. fix: fix instructions

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7d26893 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. feat: add revoke test

    Signed-off-by: Kim Ebert <[email protected]>
    KimEbert42 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b428d0b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add dev container for use as a consistent local environment

    - For use running the mediator and load tests locally.
    
    ToDo:
    - Add scripts to automate initialization of the local load testing environment.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ee1f2c4 View commit details
    Browse the repository at this point in the history
  2. Document how to use the devContainer with the load tests

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0355442 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hyperledger#65 from WadeBarnes/main

    chore: add dev container for use as a consistent local environment
    jleach authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f8f8e19 View commit details
    Browse the repository at this point in the history
  4. feat: add features to devcontainer

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    72ac336 View commit details
    Browse the repository at this point in the history
  5. Merge pull request hyperledger#62 from Indicio-tech/feature/add_more_…

    …load_tests
    
    feat: add additional load tests
    jleach authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b33f807 View commit details
    Browse the repository at this point in the history
  6. Merge pull request hyperledger#66 from fullboar/feat/add-to-devcontainer

    feat: add features to devcontainer
    WadeBarnes authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    bb92f54 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. feat: initial work on an AFJ mediator

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5d325de View commit details
    Browse the repository at this point in the history
  2. chore: udpate docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    33dc38d View commit details
    Browse the repository at this point in the history
  3. chore: udpate docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    deed61b View commit details
    Browse the repository at this point in the history
  4. chore: add node support to devcontainer

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ef112a2 View commit details
    Browse the repository at this point in the history
  5. chore: code cleanup

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b2fac98 View commit details
    Browse the repository at this point in the history
  6. chore: update docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b016a8a View commit details
    Browse the repository at this point in the history
  7. Merge pull request hyperledger#61 from fullboar/feat/add-afj-mediator

    feat: initial work on an AFJ mediator
    swcurran authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7671d43 View commit details
    Browse the repository at this point in the history
  8. chore: update docs

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    2e77d11 View commit details
    Browse the repository at this point in the history
  9. Merge pull request hyperledger#69 from fullboar/feat/add-afj-mediator

    chore: update docs on how to supply a URL
    swcurran authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    51c5d73 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. chore: update docs for clarity (hyperledger#70)

    * chore: update docs
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    * chore: update docs
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    * chore: updates docs for clarity
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    * chore: updates docs
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    * chore: updates docs
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    * chore: updates docs
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    * chore: updates docs
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    * chore: updates docs
    
    Signed-off-by: Jason C. Leach <[email protected]>
    
    ---------
    
    Signed-off-by: Jason C. Leach <[email protected]>
    jleach authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cc7633a View commit details
    Browse the repository at this point in the history
  2. fix: parameterize node version (hyperledger#71)

    Signed-off-by: Jason C. Leach <[email protected]>
    jleach authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    22e128d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e4c302 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Update docs and settings in load testing sample.env (hyperledger#74)

    * Update ACA-Py set up to use Askar and Postgres 15
    
    Signed-off-by: Stephen Curran <[email protected]>
    
    * Update docs and settings in load testing sample.env
    
    Signed-off-by: Stephen Curran <[email protected]>
    
    ---------
    
    Signed-off-by: Stephen Curran <[email protected]>
    swcurran authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    0f447b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. feat: add presentation_exchange within agent.js, comment out logger f…

    …or easier debugging
    
    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d42db37 View commit details
    Browse the repository at this point in the history
  2. fix: Indicio Test Net update

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    61823fc View commit details
    Browse the repository at this point in the history
  3. feat: add presentation_exchange within locustClient.py

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a7df1a4 View commit details
    Browse the repository at this point in the history
  4. feat: add locustMediatorPresentProof.py

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    22d3a67 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. debug: add in new VERIFICATION_TIMEOUT_SECONDS var

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    98fc40d View commit details
    Browse the repository at this point in the history
  2. fix: double dollar sign in docker-compose.yml

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c0d0e04 View commit details
    Browse the repository at this point in the history
  3. feat: add clustering capabilities

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1dc5aa5 View commit details
    Browse the repository at this point in the history
  4. feat: add worker command for clustering

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    569d388 View commit details
    Browse the repository at this point in the history
  5. fix: put back in original unclustered command

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    72ca268 View commit details
    Browse the repository at this point in the history
  6. feat: add exisitng present proof scenario, add changes to agent.js an…

    …d locustClient.py
    
    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    21dd96e View commit details
    Browse the repository at this point in the history
  7. fix: indentation

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e64b1de View commit details
    Browse the repository at this point in the history
  8. fix: remove extra line

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3b03745 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. fix: revert backwards, not working

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    abbee3f View commit details
    Browse the repository at this point in the history
  2. fix: presentation scenario didnt update properly

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    256b4ac View commit details
    Browse the repository at this point in the history
  3. fix: default to unclustered, provide clustered commands

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9932779 View commit details
    Browse the repository at this point in the history
  4. fix: update existing scenario

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    285c326 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from anwalker293/fix/debug/presentation-exchange

    fix/debug/presentation exchange
    anwalker293 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ba0d975 View commit details
    Browse the repository at this point in the history
  6. feat: update sample.env

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    929e40f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: add fractional scenario

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    70913a2 View commit details
    Browse the repository at this point in the history
  2. fix: only upload single docker-compose, unclustered

    Signed-off-by: Alex Walker <[email protected]>
    anwalker293 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c1c192e View commit details
    Browse the repository at this point in the history