Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor revocation recovery to be generic #2370

Closed
dbluhm opened this issue Jul 31, 2023 · 1 comment
Closed

Refactor revocation recovery to be generic #2370

dbluhm opened this issue Jul 31, 2023 · 1 comment
Labels
AnonCreds Ledger Agnostic AnonCreds

Comments

@dbluhm
Copy link
Contributor

dbluhm commented Jul 31, 2023

Reference: https://github.com/hyperledger/aries-cloudagent-python/blob/anoncreds-rs/aries_cloudagent/revocation/recover.py

These recovery helpers enable catching a ledger up to the state stored in the wallet. This out-of-sync issue can occur under a number of circumstances and has been corrected in the past using these recovery steps through the PUT /revocation/registry/{rev_reg_id}/fix-revocation-entry-state endpoint.

Currently, these recovery helpers are implemented in an Indy Specific manner, using the Indy VDR library directly. This should be made more generic by using the new AnonCreds interface to accomplish the same goals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AnonCreds Ledger Agnostic AnonCreds
Projects
None yet
Development

No branches or pull requests

2 participants