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

fix: rev notifications on publish pending #2916

Merged

Conversation

dbluhm
Copy link
Member

@dbluhm dbluhm commented Apr 25, 2024

Fixes #2915.

Ensure revocation notifications are emitted when publishing batched pending revocations when not using an external endorser to publish the transaction.

Fixes hyperledger#2915.

Ensure revocation notifications are emitted when publishing batched
pending revocations.

Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@@ -294,6 +295,9 @@ async def publish_pending_revocations(
)
else:
rev_entry_resp = await issuer_rr_upd.send_entry(self._profile)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before I removed this it had a if not connection_id: statement on this. I think that's partly what confused me initially before I got more familiar with the flow.

@swcurran swcurran merged commit 9285556 into hyperledger:main Apr 25, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression(0.12.X): Revocation Notifications not getting emitted
3 participants