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

Fixes for revocable credential issuance #1591

Merged
merged 2 commits into from
Jan 10, 2022

Conversation

andrewwhitehead
Copy link
Member

  • Fix RevocationError instantiations
  • Ensure transaction is not left open when IndyIssuerRevocationRegistryFullError exception is raised

@andrewwhitehead andrewwhitehead linked an issue Jan 8, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #1591 (e8d90d4) into main (f7ca8e0) will not change coverage.
The diff coverage is 55.88%.

@@           Coverage Diff           @@
##             main    #1591   +/-   ##
=======================================
  Coverage   95.74%   95.74%           
=======================================
  Files         528      528           
  Lines       32515    32515           
=======================================
  Hits        31133    31133           
  Misses       1382     1382           

@swcurran
Copy link
Member

swcurran commented Jan 8, 2022

@dbluhm - can you please test this?

Copy link
Member

@dbluhm dbluhm left a comment

Choose a reason for hiding this comment

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

Confirmed that this fixes #1590

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.

RevocationError reason kwarg
4 participants