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

Updated indy-credx #931

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Updated indy-credx #931

merged 3 commits into from
Aug 14, 2023

Conversation

bobozaur
Copy link
Contributor

@bobozaur bobozaur commented Aug 10, 2023

Fixes #926 .

This introduces yet another feature flag, legacy_proof, because after a lot of digging the proof request and verification appear to change in credx in a way that's not backwards compatible. However, the feature flag enables a second check of the proof using the legacy method.

This is not the default behavior because people might not want to have this enabled at all times.

gmulhearn
gmulhearn previously approved these changes Aug 10, 2023
Copy link
Contributor

@gmulhearn gmulhearn left a comment

Choose a reason for hiding this comment

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

Woot, nice upgrade. LGTM assuming CI passes

Signed-off-by: Bogdan Mircea <[email protected]>
Signed-off-by: Bogdan Mircea <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #931 (11606e3) into main (3491f23) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #931      +/-   ##
==========================================
- Coverage   44.15%   44.14%   -0.01%     
==========================================
  Files         416      416              
  Lines       29231    29239       +8     
  Branches     6239     6244       +5     
==========================================
+ Hits        12908    12909       +1     
- Misses      12517    12524       +7     
  Partials     3806     3806              
Flag Coverage Δ
unittests-aries-vcx 44.14% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
aries_vcx_core/src/anoncreds/credx_anoncreds.rs 0.00% <0.00%> (ø)
wallet_migrator/src/vdrtools2credx/conv.rs 0.00% <0.00%> (ø)
wallet_migrator/src/vdrtools2credx/mod.rs 0.00% <ø> (ø)

... and 1 file with indirect coverage changes

@Patrik-Stas
Copy link
Contributor

@mirgee please merge if all is ✅ on your side

@mirgee mirgee merged commit 51e61bb into main Aug 14, 2023
39 checks passed
@mirgee mirgee deleted the feature/credx_update branch August 14, 2023 06:49
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.

Update indy-credx dependency to version 1.0.1
5 participants