-
Acapy can install a [plugin](https://github.com/bcgov/aries-acapy-plugin-redis-events/) that bolsters reliability on cloud deployments with a redis based persistent queue to manage incoming and outgoi…
-
Please figure how to get more data on what is happening in the ACA-Py mediator such that making a connection takes 3 seconds (at least one my machine) to establish a connection. In theory, it shouldn…
-
The success of using pure DID and Schema/CredDef identifiers as folder paths stops at Windows. This repo can't be cloned on Windows because of ":"s in the folder names. As such, I'd like to propose a…
-
When running the performance demo with:
`./run_demo performance -c 1 --mediation --timing --trace-log`
Many errors were generated like the following. Likely to do with the `—trace-log` parameter as …
-
What to test:
- Websocket connections
- Connecting
- Issue/Receive Credential
- Present Credential
- Which Ledger to use? candy-dev? bcovrin?
Goals:
- Can we leverage [Aries Agent test harness](htt…
-
Sometimes following error occurs when the load is very high in aca-py 0.7.4 and askar storage:
```
ERROR aries_cloudagent.core.conductor | DON'T shutdown on StorageDuplicateError Multiple ConnReco…
-
When doing more tests with revocable credentials (but not revoked), we have noticed that if we request more than one credential with a revocation check, the result is always invalid.
For the followi…
-
Currently we are seeing intermittent issues with production ACA-Py as a Mediator (ACA-PyAAM) instances. The initial establishment of connections are slow and in case hangs.
This may lead to use switc…
-
Split the 2 modules of `libvcx`: `api_c`,`api_vcx` into 2 separate crates:
- `api_c` -> `libvcx`
- `api_vcx` -> `libvcx_core`
- Deprecate (unless willing maintainers would be found) `libvcx` and …
-
This [issue](https://github.com/hyperledger/aries-askar/issues/91) on the Aries-Askar repository describes the blocker for implementing a one-to-one migration of the Indy-SDK `MultiWalletSingleTable` …