-
Problem description from @TimoGlastra :
We're currently testing a setup where we let an endorser submit a new DID to the ledger, but then want to use that DID as the public DID on an ACA-Py agent. …
ianco updated
2 years ago
-
Hello!
Just some background information: We are a team of developers who want to use Aries python for our use-case. We want the solution to be able to scale at least to 100,000 users or even 1,000,…
-
For adding multi-tenancy to ACA-Py I'm looking into adding integration tests to ACA-Py. Unit tests cover a large part of the codebase, but sometimes specific combinations of features and different wor…
-
ACA-Py currently expects an empty string when agents without an endpoint connect. It is never formally defined in Aries, but both AFJ and AFGO use `didcomm:transport/queue`.
It was previously dis…
-
I run ACA-Py agents as docker containers by using the official ACA-Py docker images: bcgovimages/aries-cloudagent and run my frontend apps to connect to each agent. My frontend app can call the majori…
-
when trying to create` credential id seqNo is null: "seqNo":null` returned from creating schema first and `credential id `can't be created and is returning `error 400 schema does not exist`
post
…
-
Was just wondering if this is a common error, when I use `--wallet-type indy` to startup agent I get ledger pool timeout error.
- If I remove` --wallet-type indy`, the aries cloud agent starts up …
-
Hi @blu3beri,
This is a follow up issue after :- https://github.com/hyperledger/aries-framework-javascript/issues/508
Yes, i had assigned autoAcceptConnection as True in both the agents, still I w…
-
Hi,
Is the ack message supported? Thanks.
```
ERROR ERROR: error while unpacking message {
"error": {},
"packedMessage": {
"error": "Unhandled exception: Couldn't locate a messag…
-
Hi,
I am using ACA-PY version 5.6 for credential issuances along with controller which is written in Spring boot. I am trying to issue ~250000 credentials
with only one credential definition. The t…