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

Merged
merged 49 commits into from
Jun 18, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 5, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jun 5, 2024
jamshale and others added 14 commits June 5, 2024 12:54
* Switch from pytz to dateutil

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
…up (#3011)

Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
feat: soft binding for plugin flexibility
* Use a published version of aiohttp-apispec

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* fix lock file

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Update version of aiohttp-apispec-acapy

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: EmadAnwer <emadanwer.official@gmail.com>
- test_create_offer
- test_create_request
- test_issue_credential_revocable
- test_match_sent_cred_def_id_error
- test_store_credential

Signed-off-by: EmadAnwer <emadanwer.official@gmail.com>
Add support for revocable credentials in vc_di handler
Bumps [pydid](https://github.com/Indicio-tech/pydid) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/Indicio-tech/pydid/releases)
- [Commits](Indicio-tech/pydid@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: pydid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Richard <shadowrhyder@gmail.com>
dependabot bot and others added 20 commits June 11, 2024 07:52
Updates the requirements on [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) to permit the latest version.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/2.0.10/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@2.0.9...2.0.10)

---
updated-dependencies:
- dependency-name: prompt-toolkit
  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>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.8.4 to 1.8.6.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v1.8.4...v1.8.6)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…igned

docs: added section on environment variables
…on for the wallets_list endpoint (#3000)

* 🎨 name the scan args

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 add return types and arg docstrings

Signed-off-by: ff137 <ff137@proton.me>

* ✅ fix assertion

Signed-off-by: ff137 <ff137@proton.me>

* :spark: implement `find_paginated_records`

Signed-off-by: ff137 <ff137@proton.me>

* ✨ add `limit` and `offset` to BaseRecord.query, calling `find_paginated_records` if requested

Signed-off-by: ff137 <ff137@proton.me>

* ✨ add `limit` and `offset` to wallet list query. define `MAXIMUM_PAGE_SIZE` and use in validation. use `limit` and `offset` in records query

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 organise imports

Signed-off-by: ff137 <ff137@proton.me>

* ✅ fix assertion

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 correction: call `scan` on `store`

Signed-off-by: ff137 <ff137@proton.me>

* 👷 Don't run integration tests when PR is in draft

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 call `scan` on `profile.opened.store`

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 remove unused options arg

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 NB: remove unused option `retrieveTags`. Unimplemented / has no effect

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 fix accessor for the store instance

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 add direct instantiation of `self._profile`, so that `self._profile.store` reference is resolvable

Signed-off-by: ff137 <ff137@proton.me>

* ✨ add optional limit and offset to AskarStorageSearchSession.fetch

Signed-off-by: ff137 <ff137@proton.me>

* ✨ implement PaginatedQuerySchema class for deduplication

Signed-off-by: ff137 <ff137@proton.me>

* ✅ add tests for BaseRecord.query when called with limit or offset

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 organise imports

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 efficient subset of OrderedDict values

Signed-off-by: ff137 <ff137@proton.me>

* ✅ test coverage for find_paginated_records

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 organise imports

Signed-off-by: ff137 <ff137@proton.me>

* ✅ test coverage for PaginatedQuerySchema

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 fix marshmallow warning

Signed-off-by: ff137 <ff137@proton.me>

* 🐛 fix reference to store, and add _profile to init for type hint

Signed-off-by: ff137 <ff137@proton.me>

* Update lock file

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Bumps the all-actions group with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact).


Updates `dawidd6/action-download-artifact` from 3 to 5
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v3...v5)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…ll-actions-8f0e5bb22e

chore(deps): Bump dawidd6/action-download-artifact from 3 to 5 in the all-actions group
Bumps [uuid-utils](https://github.com/aminalaee/uuid-utils) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/aminalaee/uuid-utils/releases)
- [Commits](aminalaee/uuid-utils@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: uuid-utils
  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 [configargparse](https://github.com/bw2/ConfigArgParse) from 1.5.5 to 1.7.
- [Release notes](https://github.com/bw2/ConfigArgParse/releases)
- [Commits](bw2/ConfigArgParse@1.5.5...1.7)

---
updated-dependencies:
- dependency-name: configargparse
  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>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.10 to 9.5.27.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.10...9.5.27)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [packaging](https://github.com/pypa/packaging) from 23.1 to 23.2.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.1...23.2)

---
updated-dependencies:
- dependency-name: packaging
  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>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.20.2 to 3.21.3.
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.20.2...3.21.3)

---
updated-dependencies:
- dependency-name: marshmallow
  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>
…up (#3045)

Bumps the pip group in /demo/playground/examples with 1 update: [urllib3](https://github.com/urllib3/urllib3).


Updates `urllib3` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  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: jamshale <jamiehalebc@gmail.com>
* Fix and refactor anoncreds revocation recovery

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Add some unit tests

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Refactor / Add more unit tests

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Add tests / Refactor

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Add a couple more unit tests

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
Prevent getting stuck with no active registry
@dbluhm dbluhm merged commit 75f6c53 into Indicio-tech:main Jun 18, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
9 participants