jamshale
jamshale
Implements https://github.com/hyperledger/aries-cloudagent-python/issues/2807. 1. Enables schema, cred_def and revocation endpoints for both askar and askar-anoncreds in multitenant mode. All anoncreds endpoints are prefixed with `/anoncreds/`. For some api marshmallow schema objects...
Apps implementing Bifold (BC Wallet) may want to use the `PushNotificationsFcmModule` or `PushNotificationsApnsModule` from the `@aries-framework/push-notifications` package to send push tokens so a service using didcomm protocol. These libraries should...
Have added an option to demo to upgrade in multi-tenant mode (non-multi-tenant mode currently requires restart --> see below). Also added an integration test for multi-tenant mode that does object...
Adds a migration guide controllers to upgrade to anoncreds.
Using a controller to upgrade an agent or tenant to anoncreds needs specific instructions for the effected endpoints, payload changes and triggering the upgrade. This should be done in a...
The reporting system for unit test coverage on PR's is gone. Going to leverage sonarcloud for this after studying the options.
This was originally opened as https://github.com/hyperledger/aries-cloudagent-python/pull/2840 but this addresses some comments and adds improvements, mostly with handling multi instance aca-py scenarios. The upgrading middleware will now use a cache during...
With anoncreds specifically. If `faber` issues multiple credentials to `alice` of the same type and then revokes any of the credentials, the next proof request will fail verification. Steps (using...
The integration tests on PR currently take a very long time (~ 1hr). We should have a better idea about what tests have have overall, which ones need to be...
This is used to get code coverage for our sonarcloud integration on PR's and when code is pushed to main. The complication comes with using the sonarcloud token from forked...