Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: vc di proof request - authored by ianco(#3043) Signed-off-by: Sarthak Vijayvergiya <[email protected]> * fixed lint checks, cleanup Signed-off-by: Sarthak Vijayvergiya <[email protected]> * fix: verify_pres, get_sign_key_credential_subject_id Signed-off-by: EmadAnwer <[email protected]> * WIP: debugging revocation & fixes Signed-off-by: Sarthak Vijayvergiya <[email protected]> * WIP: fix ununsed import Signed-off-by: Sarthak Vijayvergiya <[email protected]> * refactor: create_signed_anoncreds_presentation, faber vcdi proof_request_web_request object for revocation Signed-off-by: EmadAnwer <[email protected]> * Refactor:Add W3cCredential loading for VCDI format handler Signed-off-by: EmadAnwer <[email protected]> * fix: tests Signed-off-by: EmadAnwer <[email protected]> * WPA: using static data to test the revocation validation Signed-off-by: EmadAnwer <[email protected]> * feat: Add revocation support to VCDI - getting the correct timestamp - create rev_states - remove static code Signed-off-by: EmadAnwer <[email protected]> * Remove unused code for credential definition and revocation Signed-off-by: EmadAnwer <[email protected]> * WPA: fix lint Signed-off-by: EmadAnwer <[email protected]> * Fix cred search for vc_di proof Signed-off-by: EmadAnwer <[email protected]> * Additional integration tests for vc_di and revocation Signed-off-by: Ian Costanzo <[email protected]> * refactor: remove unused comments and TODO's - implement _extract_cred_idx - add try catch to some expected fail code Signed-off-by: EmadAnwer <[email protected]> * refactor: split create_signed_anoncreds_presentation to - create_rev_states - prepare_data_for_presentation Signed-off-by: EmadAnwer <[email protected]> * refactor: `create_signed_anoncreds_presentation` add - prepare_data_for_presentation - _load_w3c_credentials functions remove holder flag Signed-off-by: EmadAnwer <[email protected]> * add: tests - test_assert_no_callenge_error - test_assert_verify_presentation - test__extract_cred_idx - test__get_predicate_type_and_value - test__load_w3c_credentials Signed-off-by: EmadAnwer <[email protected]> * add: tests, remove todos - test_create_presentation_w3c - test_create_presentation_w3c_create_error Signed-off-by: EmadAnwer <[email protected]> * add: tests - test_create_signed_anoncreds_presentation Signed-off-by: EmadAnwer <[email protected]> * fix: linter Signed-off-by: EmadAnwer <[email protected]> * fix: remove unused imports Signed-off-by: EmadAnwer <[email protected]> * add: tests - test_store_credential_w3c - test_get_type_manager_options Signed-off-by: EmadAnwer <[email protected]> * refactor: remove extra variables and comments Signed-off-by: EmadAnwer <[email protected]> --------- Signed-off-by: Sarthak Vijayvergiya <[email protected]> Signed-off-by: EmadAnwer <[email protected]> Signed-off-by: Emad <[email protected]> Signed-off-by: Ian Costanzo <[email protected]> Co-authored-by: EmadAnwer <[email protected]> Co-authored-by: Ian Costanzo <[email protected]>
- Loading branch information