aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.

Results 427 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

ACA-Py started off built on the Indy SDK and then later transitioned to Aries Askar for the wallet. An in-memory wallet has also been supported for some time. We recently...

In the acapy tools repo there is some really useful testing using docker containers that allows testing of upgrade scripts and restarts. https://github.com/hyperledger/aries-acapy-tools/tree/main/askar_tools/tests/e2e. It should be possible to support this...

When using the `--seed` cli argument, ACA-Py makes the assumption that the generated DID is published on the connected network. This is all well and good; the process of getting...

First, it’s know that for the self-certifying Did’s, the namespace identifier or DID identifier is derived from the public key (Verkey). So for a same SEED value the DID identifier...

With today's acceptance of ACA-Py into OpenWallet Foundation as a project, we need to plan the move of the ACA-Py repo to the OWF GitHub organization. While moving the repo...

Hello, I recently encountered a bug concerning the use of multiuse invitations: Let's consider the following scenario involving two Agents, Alice and Bob: > Alice creates a multi-use invitation and...

# Summary The verification of a W3C VC return error ```` Unable to set public key from verification method: no publicKeyBase58 ```` when the public key is resolved via the...

The `publicKeyBase58` in the _verificationMethod_ of resolved DID Documents is deprecated in favor of **publicKeyMultibase** or **publicKeyJwk**. Check https://www.w3.org/TR/did-spec-registries/#publickeybase58 Currently when I register a new NYM and resolve it using...

**Environment:** _Issuer_ and _Holder_ Acapy images: repository: bcgovimages/aries-cloudagent tag: py3.12_1.0.0 Helm Chart / Kubernetes (Server Version: v1.29.6) Wallet-type: Askar Database: Postgres Encountering the following error in holder when POST _[/out-of-band/create-invitation]...

When creating a did with the `sov` method, it's possible to provide a did string. If you provide a did with more than 2 `:` delimiters, then promote this did...