-
Notifications
You must be signed in to change notification settings - Fork 83
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
Remove deprecated cred update functions, refactor cred FSM #243
Conversation
daebc69
to
c587f7a
Compare
Hey @mirgee, enjoy your holidays, but just in case you want to take a look at this, I've set you as reviewer. |
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
==========================================
+ Coverage 57.38% 57.91% +0.53%
==========================================
Files 149 149
Lines 19995 19766 -229
Branches 4497 4435 -62
==========================================
- Hits 11474 11448 -26
+ Misses 5174 4973 -201
+ Partials 3347 3345 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
f2fe4ce
to
ec40148
Compare
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
ec40148
to
b092b39
Compare
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
b092b39
to
5b6e18f
Compare
Thanks @Patrik-Stas, sure I will! |
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
vcx_credential_update_state
,vcx_credential_update_state_with_message
,vcx_issuer_credential_update_state
,vcx_issuer_credential_update_state
,vcx_disclosed_proof_update_state
,vcx_disclosed_proof_update_state_with_message
,vcx_proof_update_state
,vcx_proof_update_state_with_message
,Instead you should use
vcx_v2_*
versions of these functions which require connection handle as parameterSigned-off-by: Patrik Stas patrik.stas@absa.africa