Ian Costanzo
Ian Costanzo
From a discord chat: We see the delay occurring during connection creation which I believe does not use the author/endorser transaction flow. We see the delay in the inviter agent...
Currently an Author needs to use an "out of band" process to register their initial Public DID. The can's call the `POST /ledger/register-nym` endpoint because they don't yet have a...
In AATH, try running: `./manage run -d acapy-main -t @DidMethod_orb` All the tests fail with the following error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/webargs/asyncparser.py", line 90, in parse...
See issue https://github.com/hyperledger/aries-cloudagent-python/issues/2703 This PR is WIP, reuse working for public DID and did:peer:2/4, still need to do additional testing and code cleanup. - adds additional meta-data to the wallet...
Add an Admin API endpoint to aca-py to upgrade a wallet from askar to askar-anoncreds. This needs to support a single wallet, which will be the aca-py wallet for a...
Support starting aca-py with both the credx and anoncreds libraries loaded, and support (in multitenancy) tenants with both askar and askar-anoncreds wallet types concurrently. (This is necessary to allow tenants...
Currently the Author and Endorser, when setting up a connection, add meta-data to the connection and exchange this data (so each side of the connection knows the "roles" attached to...
For EC2 (and possibly other scenarios) aca-py needs to be able to create a wallet in an existing database. (The default behaviour is for aca-py to create the database if...
Currently if there is an error during the processing of an Endorse Transaction request (or response etc) there is no notification to the other agent. Implement ProblemReport for the Endorse...
Add support to the integration test framework to support testing for received webhooks. The most important is to test that the holder receives notifications when their credentials are revoked, but...