openwallet-foundation / acapy

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
408 stars 512 forks source link

fix: anoncreds revocation notification when revoking #3226

Closed thiagoromanos closed 4 weeks ago

thiagoromanos commented 4 weeks ago

When revoking a credential using anoncreds, if you set publish: true and notify:true, it wasn't sending the notification to the holder, because the publish part was happening before the notification "enqueue" part. Changing the order of things fixes the problem.

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

thiagoromanos commented 4 weeks ago

@jamshale , can you merge this? I don't have permission on this repo