-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pollux): minor changes related to connect implementation (#171)
* Added first version of open api spec for connect * Added first version of open api spec for connect * Added protocol onnect * updated the protocol connect * Added the Agent for connect * chore(prism-agent): update OAS for Connect * feat(prism-agent): add mock implementation for Connect OAS * chore(connect): Fix typo in class names * chore(prism-agent): return '201' when creating new connection record * chore(connect): bump mercury version to 0.7.0 * chore(pollux): bump version to 0.4.0-SNAPSHOT * chore(pollux): bump mercury version to 0.7.0 * chore(prism-agent): add connect dependency * chore(connect): Fix typo in class names * chore(prism-agent): configure connect Api and DB layers * chore(prism-agent): fix compilation warning * chore(connect): implement all phases of the connection flow * chore(connect): decode and parse raw invitation in ConnectionService * chore(prism-agent): align connect OAS with DIDComm v2 OOB invitation format * chore(prism-agent): execute connect db migrations at startup * chore(prism-agent): add connect DB app config * feat(prism-agent): implement create/get connection(s) + accept invitation * chore(connect): disable Doobie log handler * chore(connect): implement connection request acceptance by inviter * chore(prism-agent): return 'myDid' and 'theirDid' in REST api reponse * feat(prism-agent): implement background job for Connect protocol * feat(prism-agent): implement DIDComm service endpoint for Connect protocol * chore(prism-agent): improve code formatting * chore(prism-agent): move connect API spec to server project * chore(pollux): downgrade to shared 0.1.0 * chore(connect): downgrade to shared 0.1.0 * chore(prism-agent): add removed connect dependency * chore(pollux): split PR Co-authored-by: Shailesh <[email protected]>
- Loading branch information
1 parent
b707792
commit 4573ef8
Showing
6 changed files
with
16 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ThisBuild / version := "0.3.0-SNAPSHOT" | ||
ThisBuild / version := "0.4.0-SNAPSHOT" |