aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Implement AnonCredsRevocation.handle_full_registry

Open dbluhm opened this issue 2 years ago • 1 comments
trafficstars

See: https://github.com/hyperledger/aries-cloudagent-python/blob/anoncreds-rs/aries_cloudagent/anoncreds/revocation.py#L654-L656

The handle_full_registry method is currently stubbed out. This method should trigger rotating out the full registry, in similar fashion to what is now being done over here: https://github.com/hyperledger/aries-cloudagent-python/blob/2b0e27abb598cadc6453202aec593512c29abf3f/aries_cloudagent/revocation/indy.py#L111-L113

dbluhm avatar Jul 31 '23 19:07 dbluhm

See PR #2523 .

There is an off by 1 issue (think there always was?) - it works but feels bad. We leave an empty slot per registry.

usingtechnology avatar Oct 19 '23 18:10 usingtechnology