Ian Costanzo
Ian Costanzo
Just off the top of my head, aca-py has a flag to auto-delete credential exchange records, but we don't have a flag to auto-delete presentation exchange records. The rationale is...
The new `seed` parameter is for creating a new DID within an existing wallet (mainly for a new multi-tenant wallet) and is not related to the `--seed` startup parameter. (The...
> True about the seed parameter (doh!!) -- but doesn't there have to be an "allow_insecure_seed" parameter and guidance/help text for how to use that? Yes that already exists: https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/config/argparse.py#L1453
The agent is not able to connect with your ledger. Can you post the logs for your local von-network?
> webserver_1 | Traceback (most recent call last): webserver_1 | File "/home/indy/server/anchor.py", line 317, in open webserver_1 | await self._open_pool() webserver_1 | File "/home/indy/server/anchor.py", line 223, in _open_pool webserver_1 |...
I suggest not running in a VM - everything runs in docker containers so no reason to run docker in a VM. Otherwise it's difficult to diagnose problems in your...
> The "fix everything" implication is the need to look at every protocol, every state, every admin call, decide if the action is "safe" and if so, make whatever change...
No this is still outstanding, sorry forgot about this one
"managed" means the base wallet stores the wallet key for each sub-wallet, along with all other wallet information. "un-managed" means it doesn't store the wallet key. For "managed" wallets, since...