-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(mercury): Add return route with value all to async messages that are initiated by the holder. #85
Merged
Conversation
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
* master: chore(release): release 2.3.0 # [2.3.0](v2.2.0...v2.3.0) (2023-08-28) feat(Mercury): adding return_route: all to didcomm Message (#80) fix(docs): Add static reference to the docs. (#82) chore(release): release 2.2.0 # [2.2.0](v2.1.0...v2.2.0) (2023-08-23) test: update github pipelines (#77)
…upRequest and Pickup received DIDCOMM v2 protocols
Tested through the Browser + Nodejs demos |
milosh86
approved these changes
Aug 30, 2023
atala-dev
added a commit
that referenced
this pull request
Aug 30, 2023
# [2.4.0](v2.3.0...v2.4.0) (2023-08-30) ### Bug Fixes * **mercury:** Add return route with value all to async messages that are initiated by the holder. ([#85](#85)) ([5e56675](5e56675)) ### Features * **Apollo:** MnemonicWordList must be 24 or 12 words long ([#81](#81)) ([fbe5678](fbe5678)) * **Sec:** updating package dependencies ([#83](#83)) ([460e123](460e123))
github-actions bot
pushed a commit
that referenced
this pull request
Aug 30, 2023
# [2.4.0](v2.3.0...v2.4.0) (2023-08-30) ### Bug Fixes * **mercury:** Add return route with value all to async messages that are initiated by the holder. ([#85](#85)) ([5e56675](5e56675)) ### Features * **Apollo:** MnemonicWordList must be 24 or 12 words long ([#81](#81)) ([fbe5678](fbe5678)) * **Sec:** updating package dependencies ([#83](#83)) ([460e123](460e123))
mixmix
pushed a commit
to mixmix/atala-prism-wallet-sdk-ts
that referenced
this pull request
May 6, 2024
…are initiated by the holder. (hyperledger-identus#85) Co-authored-by: Curtish <[email protected]> Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
mixmix
pushed a commit
to mixmix/atala-prism-wallet-sdk-ts
that referenced
this pull request
May 6, 2024
# [2.4.0](hyperledger-identus/sdk-ts@v2.3.0...v2.4.0) (2023-08-30) ### Bug Fixes * **mercury:** Add return route with value all to async messages that are initiated by the holder. ([hyperledger-identus#85](hyperledger-identus#85)) ([5e56675](hyperledger-identus@5e56675)) ### Features * **Apollo:** MnemonicWordList must be 24 or 12 words long ([hyperledger-identus#81](hyperledger-identus#81)) ([fbe5678](hyperledger-identus@fbe5678)) * **Sec:** updating package dependencies ([hyperledger-identus#83](hyperledger-identus#83)) ([460e123](hyperledger-identus@460e123)) Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes return_route field not being send to the prismMediator on specific protocols that are async and initiated by the holder.
Jira link
link
Checklist