-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed Proof (Verifier) API for checking presentation status (#770)
* Remove Verifier's Proof method get_presentation_status(...) Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Rename get_revocation_status to get_presentation_verification_status, rename enum variants Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Use new enum PresentationVerificationStatus instead of RevocationStatus Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Modify libvcx api get_proof_msg to only return presentation msg (removed proofStatus from result set) Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix test in libvcx_core Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix test compile errs Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix unit test Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix integration test Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Make unimplemented mock logs more explicit Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Reformat Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix libvcx ios header file Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Rename field revocation_status->verification_status, sync up nodejs wrapper, unify method names Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix nodejs vcxagent-core Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix ci Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix formatting Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix libvcx java wrapper Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Address code review Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Optimize deserialization Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Address code review Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Address code review Signed-off-by: Patrik Stas <patrik.stas@absa.africa> * Fix deserialization case when verification_status/revocation_status is undefined Signed-off-by: Patrik Stas <patrik.stas@absa.africa> --------- Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
- Loading branch information
1 parent
bbcbbf3
commit 26c1cbe
Showing
30 changed files
with
453 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.