When the indy revocation list gets out of sync there is a repair mechanism that happens and uploads the issuer status back to the ledger. Without endorsement this occurs on the transaction exception but with an endorser it is triggered through the endorsement response handler.
This process isn't happening with the legacy_indy anoncreds plugin and can keep the list in an out of sync state.
Implement this event handler process and verify it corresponds correctly with any changes that happened in the indy module. There was some improvements done last year that might be missing from the anoncreds indy module.
When the indy revocation list gets out of sync there is a repair mechanism that happens and uploads the issuer status back to the ledger. Without endorsement this occurs on the transaction exception but with an endorser it is triggered through the endorsement response handler.
This process isn't happening with the legacy_indy anoncreds plugin and can keep the list in an out of sync state.
Implement this event handler process and verify it corresponds correctly with any changes that happened in the indy module. There was some improvements done last year that might be missing from the anoncreds indy module.