-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(did-comm) Support DIDComm Mediation (#1095)
* feat(did-comm) Wrap message in forward when routingKeys exists or serviceEndpoint uri is DID * feat(remote-server) Add support for returnMessage and return_route in MessagingRouter * feat(did-comm) Initial coordinate-mediation handler and return_route header support * feat(did-comm) Send MediateGrant reply via return_route * feat(did-comm) Recipient handles MediateGrant * feat(did-comm) Recipient handles MediateDeny * feat(did-comm) Routing protocol to handle forward messages * feat(did-comm) Pickup protocol Status messages * feat(did-comm) Pickup protocol Delivery messages * feat(did-comm) Pickup protocol MessagesReceived handlers * feat(did-comm) Pickup protocol handle message batch * test(did-comm) Fix coordinate-mediation-message-handler test cases * Fix jest tests * Add .js to local package imports * Fix core-types * Revert pnpm-lock file
- Loading branch information
Showing
20 changed files
with
3,141 additions
and
38 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.