aries-cloudagent-python
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.
As we only want necessary data to be persisted to an ACA-Py's wallet/db storage, it's better to have a doc available somewhere contributed by any experienced teams who show a...
Version: aries-cloudagent-acapy-1.0.0-rc1 Not sure if there is anything actionable here, mostly for reference purposes now... may be useful if anyone else runs into a similar issue. Loading a series of...
Scenario: I am working with an application with three entities: two bifold-wallet and a aca-py server and they communicate through messages. I was trying to utilize digital signature here. For...
ACA-Py currently exposes the `POST /multitenancy/wallet/XXXXX/remove` to delete a sub-wallet. Using `POST` for this endpoint is inconsistent with the crud operation being performed and the endpoint should be updated to...
The 0.9.0 release introduces a new regex pattern in the DID validator for some request/response models: ```py pattern = r"^(did:sov:)?[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,22}$|^did:([a-zA-Z0-9_]+):([a-zA-Z0-9_.%-]+(:[a-zA-Z0-9_.%-]+)*)((;[a-zA-Z0-9_.:%-]+=[a-zA-Z0-9_.:%-]*)*)(\\/[^#?]*)?([?][^#]*)?(\#.*)?$$" ``` For anyone who wants help reading this, here's a...
Below is the flow which I am trying. 1. Faber creates an invitation. 2. QR code is scanned using a Lissi wallet. 3. Connection added in wallet. 4. Opened FABBER...
I'm trying to sendPresentation for a request that has predicates, but I can't seem to construct valid sendPresentation request with predicates included. I can see that predicates in SendPresentation request...
As an ACA-Py maintainer, following the logic of the format handlers, especially the selection of a format handler for a given input, is extremely difficult (for me at least) to...
The current images we're building include utilities like curl, git, less, vim-tiny, etc. I think inclusion of at least some of these utilities is a leftover from von-image days. While...
Scenario: 1. proof request the following requested attributes: ``` "requested_attributes": { "1": { "names": ["gpa","year"], "restrictions": [{ "cred_def_id": "MNskjCH2i6UUDvzUCUBM5L:3:CL:8417:SUDO_EA_RS_CRED_DEF1" }] } }, ``` 2. present using anoncreds-rs, with revealed =...