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.
I am developing an Aries controller in TypeScript. The OpenAPI doc for the Administration API is very useful as a template when creating request and response types. Would it be...
This is dependant on persistent queues (PR https://github.com/hyperledger/aries-cloudagent-python/pull/1604) and giving aca-py the ability to "hold" inbound messages until the unmanaged wallet can be activated. See the original multitenancy design: https://hackmd.io/Rpx9CahTRJKtPAJxxqqYRQ
I have seen in the code of aca-py that when you are open the pool ledger using the indy sdk, you are not passing any additional configuration parameters, from /aries_cloudagent/ledger/indy.py...
[DID-Core v1](https://w3c.github.io/did-core/#verification-methods) now uses `verificationMethod` rather than the `publicKey` property. When generating DID documents, the `verificationMethod` property should be used. The [did:peer spec](https://identity.foundation/peer-did-method-spec/#verificationmethod) has now also been updated to use...
Please verify and document how to transition in ACA-Py from Connections to DID Exchange per [RFC 496](https://github.com/hyperledger/aries-rfcs/tree/main/features/0496-transition-to-oob-and-did-exchange), including (but not limited to...): - What version of ACA-Py is needed for...
Work in progress PR to add the did web capabilities to ACA-PY * Native did:web resolver * Serve did document under `/.well-known/did.json` * Create a did document from wallet content...
The tails file location after publishing a credential definition is not considering the white spaces in revocation tags, which leads to fail in uploading tails file but publishes the credential...
Currently, container images for ACA-Py are produced from this repo: https://github.com/bcgov/aries-cloudagent-container, and published to Docker Hub here: https://hub.docker.com/r/bcgovimages/aries-cloudagent. Is it time to: 1. Put the script/process to create the images...
When the presented BBS+ credential includes the `credentialSchema` property, It is not added to the presentation exchange record as expected. ### Reproduction steps: - Add `credentialSchema` property to the [credential](https://github.com/hyperledger/aries-cloudagent-python/blob/main/demo/runners/faber.py#L160)...
In ACA-Py Administration API swagger.json, the time data format e.g timestamp or range etc have "int32" as "format" value, however the "maximum" value is 18446744073709551615 which needs long or int64...