forked from openwallet-foundation/acapy
-
Notifications
You must be signed in to change notification settings - Fork 1
[pull] main from openwallet-foundation:main #216
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
Open
pull
wants to merge
308
commits into
Indicio-tech:main
Choose a base branch
from
openwallet-foundation:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the pip group with 1 update in the /scenarios directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.3 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.9 to 0.12.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.9...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.4.1 to 0.5. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](businho/pytest-ruff@v0.4.1...v0.5) --- updated-dependencies: - dependency-name: pytest-ruff dependency-version: '0.5' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#3787) Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 252.18003.35 to 252.23309.36. - [Commits](JetBrains/intellij-community@pycharm/252.18003.35...pycharm/252.23309.36) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 252.23309.36 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#3791) Bumps the all-actions group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@18ce135...e468171) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3790) Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 1 update in the /demo/playground/examples directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.4.0...2.5.0) Updates `urllib3` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
* ✨ Create `skip_on_jsonld_url_error` decorator Signed-off-by: ff137 <ff137@proton.me> * 🧪 Add `skip_on_jsonld_url_error` decorator to tests Signed-off-by: ff137 <ff137@proton.me> * 🎨 Switch uuid to uuid_utils Signed-off-by: ff137 <ff137@proton.me> #OCD * 🧪 Mark more tests Signed-off-by: ff137 <ff137@proton.me> * 🎨 Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: ff137 <ff137@proton.me>
* ✨ Retrieve cred rev records with list of ids Signed-off-by: ff137 <ff137@proton.me> * ✨ Set revoke state efficiently. Resolves #3792 Signed-off-by: ff137 <ff137@proton.me> * 🎨 Update route to handle list return type Signed-off-by: ff137 <ff137@proton.me> * 🧪 Update tests Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: ff137 <ff137@proton.me>
* 1.3.1rc2 Signed-off-by: Stephen Curran <swcurran@gmail.com> * Update changelog description Signed-off-by: Stephen Curran <swcurran@gmail.com> --------- Signed-off-by: Stephen Curran <swcurran@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
* 🎨 Fix model type Signed-off-by: ff137 <ff137@proton.me> * 🎨 Remove duplicate flag setting Signed-off-by: ff137 <ff137@proton.me> * 🎨 Replace json.dumps of bools with strings Signed-off-by: ff137 <ff137@proton.me> * 🎨 Improve log level, move to single line Signed-off-by: ff137 <ff137@proton.me> * 🎨 Improve legibility of error message Signed-off-by: ff137 <ff137@proton.me> * 🎨 Deduplicate usage of ledger constants Signed-off-by: ff137 <ff137@proton.me> * 🎨 Debug log instead of passing Signed-off-by: ff137 <ff137@proton.me> * 🎨 Remove unused var Signed-off-by: ff137 <ff137@proton.me> * 🎨 Alphabetize dependency order Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Update lock file Signed-off-by: ff137 <ff137@proton.me> * 🎨 Fix handful of mypy errors Signed-off-by: ff137 <ff137@proton.me> * 🎨 Fix union with lazy type Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: ff137 <ff137@proton.me>
Bumps the all-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.29.0 to 3.29.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ce28f5b...181d5ee) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
…nd (#3814) Bumps [openwallet-foundation/acapy-agent](https://github.com/openwallet-foundation/acapy) from py3.12-1.3.0 to py3.12-1.3.1. - [Release notes](https://github.com/openwallet-foundation/acapy/releases) - [Changelog](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md) - [Commits](https://github.com/openwallet-foundation/acapy/commits) --- updated-dependencies: - dependency-name: openwallet-foundation/acapy-agent dependency-version: py3.12-1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [openwallet-foundation/acapy-agent](https://github.com/openwallet-foundation/acapy) from py3.12-1.3.0 to py3.12-1.3.1. - [Release notes](https://github.com/openwallet-foundation/acapy/releases) - [Changelog](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md) - [Commits](https://github.com/openwallet-foundation/acapy/commits) --- updated-dependencies: - dependency-name: openwallet-foundation/acapy-agent dependency-version: py3.12-1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
…mo (#3812) Bumps [openwallet-foundation/acapy-agent](https://github.com/openwallet-foundation/acapy) from py3.12-1.3.0 to py3.12-1.3.1. - [Release notes](https://github.com/openwallet-foundation/acapy/releases) - [Changelog](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md) - [Commits](https://github.com/openwallet-foundation/acapy/commits) --- updated-dependencies: - dependency-name: openwallet-foundation/acapy-agent dependency-version: py3.12-1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade pytest-asyncio to major version 1.0.0
…3823) Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /scenarios directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.12.13 to 3.12.14 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.12.13...v3.12.14) Updates `aiohttp` from 3.11.10 to 3.12.14 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.12.13...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Updated the retrieval of the DAP_PORT environment variable to ensure it is always cast to an integer. This change improves compatibility and avoids potential type issues when starting the debugger.
Signed-off-by: Stephen Curran <swcurran@gmail.com>
Bumps the all-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.29.2 to 3.29.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@181d5ee...d6bbdef) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove by_format from standard webhook payloads Signed-off-by: jamshale <jamiehalebc@gmail.com> * Use debug-webhooks in BDD integration tests Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
Bumps the all-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `github/codeql-action` from 3.29.3 to 3.29.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d6bbdef...4e828ff) Updates `SonarSource/sonarqube-scan-action` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@2500896...8c71dc0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Resolves GitHub advisory: CVE-2024-23342 "Minerva timing attack on P-256 in python-ecdsa" Signed-off-by: ff137 <ff137@proton.me>
➖ Remove unused dependency: ecdsa
…requests (holder) (#3846) * Remove stripping of oob did Signed-off-by: jamshale <jamiehalebc@gmail.com> * Refactor condition block / Add comments Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
Bumps [uuid-utils](https://github.com/aminalaee/uuid-utils) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/aminalaee/uuid-utils/releases) - [Commits](aminalaee/uuid-utils@0.11.1...0.12.0) --- updated-dependencies: - dependency-name: uuid-utils dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Feature: semantic image versioning for released images
…ging to detect connection leakage (#3963) * fix(kanon):updated connection cleanup to share 1 thread and added logs for connection leakage Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):refactor wallet and connection pool to use 1 thread Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):removed unecessary callback, added parellel opening to askar and kanon db Signed-off-by: Vinay Singh <vinay@verid.id> * style: applied ruff formatting Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):moved wallet db session to reuse profile session Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added check to see the correct handler and changed storage to close soon Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added explicit close to scan Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added explicit close to scan Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formating Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added explicit release Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):test async context manager Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added detailed logs Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formating Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):corrected docker params Signed-off-by: Vinay Singh <vinay@verid.id> --------- Signed-off-by: Vinay Singh <vinay@verid.id>
Bumps [apispec](https://github.com/marshmallow-code/apispec) from 6.8.4 to 6.9.0. - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/apispec@6.8.4...6.9.0) --- updated-dependencies: - dependency-name: apispec dependency-version: 6.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
…ates (#3980) Bumps the all-actions group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `github/codeql-action` from 4.31.6 to 4.31.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fe4161a...cf1bb45) Updates `SonarSource/sonarqube-scan-action` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@fd88b7d...a31c939) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Bumps [aries-askar](https://github.com/openwallet-foundation/askar) from 0.4.5 to 0.5.0. - [Release notes](https://github.com/openwallet-foundation/askar/releases) - [Commits](openwallet-foundation/askar@v0.4.5...v0.5.0) --- updated-dependencies: - dependency-name: aries-askar dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all-actions group with 4 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [github/codeql-action](https://github.com/github/codeql-action), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `tj-actions/changed-files` from 47.0.0 to 47.0.1 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@24d32ff...e002140) Updates `github/codeql-action` from 4.31.7 to 4.31.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cf1bb45...1b168cd) Updates `actions/cache` from 4.3.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: 4.31.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3989) Bumps the pip group with 1 update in the / directory: [filelock](https://github.com/tox-dev/py-filelock). Updates `filelock` from 3.19.1 to 3.20.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.19.1...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Add logging to scenario tests Signed-off-by: jamshale <jamiehalebc@gmail.com> * fix: Remove the orphan removal Signed-off-by: jamshale <jamiehalebc@gmail.com> * fix: Remove log file config from kanon test Signed-off-by: jamshale <jamiehalebc@gmail.com> * feat: docker logs when test fails Signed-off-by: jamshale <jamiehalebc@gmail.com> * Fix config json parsing Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
* Initial commit Signed-off-by: jamshale <jamiehalebc@gmail.com> * Further removal Signed-off-by: jamshale <jamiehalebc@gmail.com> * Remove v1 protocol scenario test Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
* Upgrade python to 3.13 Signed-off-by: JamieHale <jamiehalebc@gmail.com> * fix: Use sqlcipher3-wheels for installing pysqlcipher3 Signed-off-by: JamieHale <jamiehalebc@gmail.com> * fix: Use base python image for demo image and install web.py for github repo Signed-off-by: JamieHale <jamiehalebc@gmail.com> * fix: Create list from session handle fetch_all for iterations Signed-off-by: jamshale <jamiehalebc@gmail.com> * fix: Create list from session handle fetch_all for iterations Signed-off-by: jamshale <jamiehalebc@gmail.com> * Update lock file Signed-off-by: jamshale <jamiehalebc@gmail.com> * chore: Change github action python version Signed-off-by: jamshale <jamiehalebc@gmail.com> * Update lock file after main rebase Signed-off-by: jamshale <jamiehalebc@gmail.com> * chore: some suggestions from co-pilot Signed-off-by: jamshale <jamiehalebc@gmail.com> * Remove webpy from demo dependencies. It's old and unused Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: JamieHale <jamiehalebc@gmail.com> Signed-off-by: jamshale <jamiehalebc@gmail.com>
* Fix issues with anoncreds upgrade Signed-off-by: jamshale <jamiehalebc@gmail.com> * Add additional test coverage for revocation after upgrade Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
) Bumps the pip group with 1 update in the / directory: [marshmallow](https://github.com/marshmallow-code/marshmallow). Updates `marshmallow` from 3.26.1 to 3.26.2 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/3.26.2/CHANGELOG.rst) - [Commits](marshmallow-code/marshmallow@3.26.1...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
* docs: remove indy wallet usage from README.md (issue 2319) Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * docs: removed indy sdk reference from Present the Proof section of AliceGetsAPhone.md (issue 2319) Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * removed did:sov from AliceWantsAJsonCredential.md Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * replaced did:sov example with did:peer in ReusingAConnection.md Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * Removed indy sdk image reference from container docs Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * Updated deploymentModel.md storage wording Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * Replaced did:sov kid with did:key in SD-JWT example Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * Added clarification on Askar storage support in SupportedRFCs.md Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * Removed did:sov info from JsonLdCredentials.md Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * Minor change to remove did:sov from Registering a DID method section Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> --------- Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> Co-authored-by: Vijay Soni <vijaysoni@sonivijay.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
…ates (#4003) Bumps the all-actions group with 3 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `github/codeql-action` from 4.31.8 to 4.31.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b168cd...5d4e8d1) Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@e468171...8d2750c) Updates `dawidd6/action-download-artifact` from 11 to 12 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@ac66b43...0bd50d5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: dawidd6/action-download-artifact dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
* feat: Only log failing scenarios Signed-off-by: jamshale <jamiehalebc@gmail.com> * fix: Remove silent mode Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
* fix: encode revocation tag in tails upload URL (issue 1580) Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * fixed linting issue Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * fixed sonar quality gate issues Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * fixed test data and comment issues reported by copilot and sonar Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> --------- Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> Co-authored-by: Vijay Soni <vijaysoni@sonivijay.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
* fix(kanon):updated connection cleanup to share 1 thread and added logs for connection leakage Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):refactor wallet and connection pool to use 1 thread Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):removed unecessary callback, added parellel opening to askar and kanon db Signed-off-by: Vinay Singh <vinay@verid.id> * style: applied ruff formatting Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):moved wallet db session to reuse profile session Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added check to see the correct handler and changed storage to close soon Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added explicit close to scan Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added explicit close to scan Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formating Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added explicit release Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):test async context manager Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):added detailed logs Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formating Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):corrected docker params Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):fixes for handlers in release_0_2.py Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):fix docker compose to be properly escaped Signed-off-by: Vinay Singh <vinay@verid.id> * fix:kanon test docker compose Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):session error handling Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon): test docker compose Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):fix handlers Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formatting Signed-off-by: Vinay Singh <vinay@verid.id> --------- Signed-off-by: Vinay Singh <vinay@verid.id>
Bumps [sqlcipher3-binary](https://github.com/coleifer/sqlcipher3) from 0.5.4 to 0.6.0. - [Commits](coleifer/sqlcipher3@0.5.4...0.6.0) --- updated-dependencies: - dependency-name: sqlcipher3-binary dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: Remove some more indy refs from anoncreds module Signed-off-by: jamshale <jamiehalebc@gmail.com> * fix: CamelCasing for AnonCreds keyword Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: Stephen Curran <swcurran@gmail.com>
Signed-off-by: Stephen Curran <swcurran@gmail.com>
Signed-off-by: Stephen Curran <swcurran@gmail.com>
* fix schemaId for legacy resolver Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * linting Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> --------- Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )