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
402 stars 503 forks source link

Refactor AnonCredsHolder.credential_revoked to use anoncreds registry #2372

Open dbluhm opened 11 months ago

dbluhm commented 11 months ago

See: https://github.com/hyperledger/aries-cloudagent-python/blob/anoncreds-rs/aries_cloudagent/anoncreds/holder.py#L405-L428

This is a convenience method for holders to enable them to check the revocation status of their credential proactively. It isn't critical to issuance and presentation so it has not been updated yet to use the new AnonCreds interface.