hyperledger / aries-cloudagent-python

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://wiki.hyperledger.org/display/aries
Apache License 2.0
404 stars 511 forks source link

Upgrade step for indy-credx wallet entries #2389

Closed dbluhm closed 2 months ago

dbluhm commented 1 year ago

Records like private keys for cred defs and revocation registries are currently managed directly by the Indy CredX module in a very similar manner to how AnonCredsIssuer and AnonCredsRevocation manages their private values. The Indy CredX models can/should be migrated to the generic AnonCreds equivalent records.

jamshale commented 2 months ago

This was completed via the anoncreds upgrade endpoint.