-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]>
- Loading branch information
1 parent
0c6b64f
commit 0b9143e
Showing
13 changed files
with
134 additions
and
25 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
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