We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, agency expects and uses legacy @type attribute for forward messages:
@type
did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/routing/1.0/forward
However, as per aries spec (see here), a different value should be used for the attribute:
https://didcomm.org/routing/1.0/forward
Agency should support both formats for some time in order to remain backwards compatible.
Analogous change was already implemented in aries-vcx (see here).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, agency expects and uses legacy
@type
attribute for forward messages:However, as per aries spec (see here), a different value should be used for the attribute:
Agency should support both formats for some time in order to remain backwards compatible.
Analogous change was already implemented in aries-vcx (see here).
The text was updated successfully, but these errors were encountered: