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 #177

Merged
merged 93 commits into from
Feb 21, 2024
Merged

Commits on Feb 13, 2024

  1. fix: rework stored conn record schema

    This uses the same schema name originally used to avoid issues
    downstream caused by the openapi name also changing from ConnRecord to
    StoredConnRecord.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    18b9062 View commit details
    Browse the repository at this point in the history
  2. chore: regenerate openapi

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6ff821c View commit details
    Browse the repository at this point in the history
  3. style: formatting according to black@24.1.1

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    595a9b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2746 from dbluhm/fix/connrecord-schema-name

    fix: partial revert of ConnRecord schema change
    swcurran committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dbe1198 View commit details
    Browse the repository at this point in the history
  5. ♻️ Replace deprecated pkg_resources with importlib

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bed6e11 View commit details
    Browse the repository at this point in the history
  6. ♻️ Refactor tests to accommodate for pkg_resources being replaced wit…

    …h importlib
    
    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3bc3735 View commit details
    Browse the repository at this point in the history
  7. 🎨 remove unused import

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3f05059 View commit details
    Browse the repository at this point in the history
  8. 🎨 remove the return type

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    52e671b View commit details
    Browse the repository at this point in the history
  9. 🎨 fix test

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3f74fad View commit details
    Browse the repository at this point in the history
  10. 🎨

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fc9894d View commit details
    Browse the repository at this point in the history
  11. 🎨 Fix Marshmallow deprecation warnings by introducing metadata field

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    af87e1e View commit details
    Browse the repository at this point in the history
  12. ⬆️ Upgrade jsonpath-ng

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b6ff481 View commit details
    Browse the repository at this point in the history
  13. Update lock file

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1a49a0e View commit details
    Browse the repository at this point in the history
  14. ⬆️ Bump rlp to latest

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c73527d View commit details
    Browse the repository at this point in the history
  15. Update lock file

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c8386ec View commit details
    Browse the repository at this point in the history
  16. 🎨 Fix Marshmallow deprecation warnings with metadata field

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    adcd45b View commit details
    Browse the repository at this point in the history
  17. 🎨 send_webhook tests to expect and absorb deprecation warning

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a865df7 View commit details
    Browse the repository at this point in the history
  18. ⬆️ Upgrade Markdown to latest

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d1d276b View commit details
    Browse the repository at this point in the history
  19. Update lock file

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b8a8e68 View commit details
    Browse the repository at this point in the history
  20. 🎨 replace usage of deprecated .warn method with .warning

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    97640e1 View commit details
    Browse the repository at this point in the history
  21. 🎨 set test scope to module level

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    492acd3 View commit details
    Browse the repository at this point in the history
  22. 🎨 set test scope to module level

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    71ebce7 View commit details
    Browse the repository at this point in the history
  23. 🎨 fix metadata containing required field

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    58f9490 View commit details
    Browse the repository at this point in the history
  24. 🎨 fix marshmallow warning

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4df2984 View commit details
    Browse the repository at this point in the history
  25. 🎨 ignore specific warnings from external packages

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dfd829d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add Dependabot configuration

    - Configure Dependabot to automatically maintain dependencies for GitHub Actions.
      - Check for updates once a week.
      - Group all updates into a single PR.
    
    Signed-off-by: Wade Barnes <wade@neoterictech.ca>
    WadeBarnes committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    052530a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2783 from WadeBarnes/add-dependabot-config

    Add Dependabot configuration
    swcurran committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    41e3bdc View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump the all-actions group with 10 updates

    Bumps the all-actions group with 10 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
    | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
    | [psf/black](https://github.com/psf/black) | `24.1.1` | `24.2.0` |
    | [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` |
    | [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) | `1.0.0` | `1.0.8` |
    | [actions/cache](https://github.com/actions/cache) | `3` | `4` |
    | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` |
    | [docker/login-action](https://github.com/docker/login-action) | `2` | `3` |
    | [docker/metadata-action](https://github.com/docker/metadata-action) | `4` | `5` |
    | [docker/build-push-action](https://github.com/docker/build-push-action) | `3` | `5` |
    
    
    Updates `actions/checkout` from 2 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    Updates `actions/setup-python` from 4 to 5
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    Updates `psf/black` from 24.1.1 to 24.2.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.2.0)
    
    Updates `github/codeql-action` from 2 to 3
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    Updates `pypa/gh-action-pip-audit` from 1.0.0 to 1.0.8
    - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases)
    - [Commits](pypa/gh-action-pip-audit@v1.0.0...v1.0.8)
    
    Updates `actions/cache` from 3 to 4
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    Updates `docker/setup-buildx-action` from 2 to 3
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    Updates `docker/login-action` from 2 to 3
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    Updates `docker/metadata-action` from 4 to 5
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)
    
    Updates `docker/build-push-action` from 3 to 5
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: psf/black
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: pypa/gh-action-pip-audit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-actions
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5185c35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2784 from hyperledger/dependabot/github_actions/a…

    …ll-actions-1c7988bea9
    
    chore(deps): Bump the all-actions group with 10 updates
    swcurran committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7cc449a View commit details
    Browse the repository at this point in the history
  5. Add Dependabot configuration

    - Configure Dependabot to automatically maintain dependencies for GitHub Actions.
      - Check for updates once a week.
      - Group all updates into a single PR.
    
    Signed-off-by: Wade Barnes <wade@neoterictech.ca>
    WadeBarnes authored and ff137 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    dc63049 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump the all-actions group with 10 updates

    Bumps the all-actions group with 10 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
    | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
    | [psf/black](https://github.com/psf/black) | `24.1.1` | `24.2.0` |
    | [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` |
    | [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) | `1.0.0` | `1.0.8` |
    | [actions/cache](https://github.com/actions/cache) | `3` | `4` |
    | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` |
    | [docker/login-action](https://github.com/docker/login-action) | `2` | `3` |
    | [docker/metadata-action](https://github.com/docker/metadata-action) | `4` | `5` |
    | [docker/build-push-action](https://github.com/docker/build-push-action) | `3` | `5` |
    
    
    Updates `actions/checkout` from 2 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    Updates `actions/setup-python` from 4 to 5
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    Updates `psf/black` from 24.1.1 to 24.2.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.2.0)
    
    Updates `github/codeql-action` from 2 to 3
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    Updates `pypa/gh-action-pip-audit` from 1.0.0 to 1.0.8
    - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases)
    - [Commits](pypa/gh-action-pip-audit@v1.0.0...v1.0.8)
    
    Updates `actions/cache` from 3 to 4
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    Updates `docker/setup-buildx-action` from 2 to 3
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    Updates `docker/login-action` from 2 to 3
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    Updates `docker/metadata-action` from 4 to 5
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)
    
    Updates `docker/build-push-action` from 3 to 5
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: psf/black
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: pypa/gh-action-pip-audit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-actions
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ff137 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8eceb59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cc9790 View commit details
    Browse the repository at this point in the history
  8. Anoncreds revoke and publish-revocations endorsement (#2782)

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    Co-authored-by: Ian Costanzo <ian@anon-solutions.ca>
    jamshale and ianco committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    eaee031 View commit details
    Browse the repository at this point in the history
  9. Demo description of reuse in establishing a connection

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    415b766 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    75c52c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2787 from swcurran/reuse-demo

    Demo description of reuse in establishing a connection
    ianco committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a7c022a View commit details
    Browse the repository at this point in the history
  3. Add known issues section to Multiledger.md documentation

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a4af72a View commit details
    Browse the repository at this point in the history
  4. Revert profile inject

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    16819d9 View commit details
    Browse the repository at this point in the history
  5. Revert VcLdpManager as plugable usage

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c605494 View commit details
    Browse the repository at this point in the history
  6. Fix unit tests

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    30543a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    afae3db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2789 from jamshale/revert-inject-profile

    Revert profile inject
    swcurran committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a6acbc3 View commit details
    Browse the repository at this point in the history
  3. feat: emit did peer per tenant setting

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a2809c8 View commit details
    Browse the repository at this point in the history
  4. feat: preserve exchange records per tenant setting

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1a8c6d1 View commit details
    Browse the repository at this point in the history
  5. feat: requests through public did per tenant setting

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7fe2f8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    142eb5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46316a3 View commit details
    Browse the repository at this point in the history
  8. version updated to latest release

    Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
    PatStLouis committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9b24f4c View commit details
    Browse the repository at this point in the history
  9. revert profile injection for ldpmanager

    Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
    PatStLouis committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    84c62ce View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2794 from OpSecId/pstlouis/replace-profile-inject…

    …ion-for-w3c-vc-issuance
    swcurran committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fc44be1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    057a5b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b8508cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6518a9 View commit details
    Browse the repository at this point in the history
  14. change middleware registration order

    Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
    PatStLouis committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6401d8c View commit details
    Browse the repository at this point in the history
  15. lint me alone!

    Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
    PatStLouis committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5f4858a View commit details
    Browse the repository at this point in the history
  16. shorten comment

    Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
    PatStLouis committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2f92b4d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. linting again...

    Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
    PatStLouis committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9a3ec90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2790 from petridishdev/feature/per-tenant-settings

    feature/per tenant settings
    swcurran committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    a36094e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b24588 View commit details
    Browse the repository at this point in the history
  4. 0.12.0rc1

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    54ce86a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afd0c6b View commit details
    Browse the repository at this point in the history
  6. Update PR number for this PR

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b5fe271 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bac25e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ae1714 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f77019c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f45a2dc View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2788 from esune/chore/update-multiledger-docs

    Add known issues section to Multiledger.md documentation
    swcurran committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    12d7928 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a26591c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b59ec5b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    27bce43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d4b5f90 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'main' into fix-deprecation-warnings

    Signed-off-by: ff137 <ff137@proton.me>
    ff137 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8822abb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Merge pull request #2756 from ff137/fix-deprecation-warnings

    Fix deprecation warnings
    swcurran committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    75e35c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d1a87 View commit details
    Browse the repository at this point in the history
  3. Add latest PRs to Changelog

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    af4b8d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Adding capability to publish docs to a documentation site

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    78eef9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f81e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adc5c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e0868f View commit details
    Browse the repository at this point in the history
  5. Add last merged PR, some tweaks to the mkdocs process

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c842a13 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    ac54189 View commit details
    Browse the repository at this point in the history
  2. 0.12.0rc1

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    33a1c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de02ecc View commit details
    Browse the repository at this point in the history
  4. Changlelog update

    Signed-off-by: Stephen Curran <swcurran@gmail.com>
    swcurran committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    96df9d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d4add3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2800 from swcurran/0.12.0rc1

    0.12.0rc1-tweak
    swcurran committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4d1f7fe View commit details
    Browse the repository at this point in the history
  7. Author subwallet setup automation (#2791)

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2087915 View commit details
    Browse the repository at this point in the history
  8. Add anoncreds multitenant endorsement integration tests

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c4f320f View commit details
    Browse the repository at this point in the history
  9. Get and create anoncreds profile when using anoncreds subwallet

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f47719d View commit details
    Browse the repository at this point in the history
  10. Fix spelling / Reduce GHA endorsement tests slightly

    Signed-off-by: jamshale <jamiehalebc@gmail.com>
    jamshale committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    63aac4d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #2801 from jamshale/feat/2767

    Add anoncreds multitenant endorsement integration tests
    ianco committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cfa8cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea2fa0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2803 from jamshale/feat/2792

    Get and create anoncreds profile when using anoncreds subwallet
    ianco committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8689339 View commit details
    Browse the repository at this point in the history