Skip to content
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: DidCommV2 - avoid breaking changes #1540

Conversation

Artemkaaas
Copy link
Contributor

This PR aims to avoid breaking changes compared to the main branches.

  • Preserved export of AgentMessage class which actually is DidCommV1Message.
    • AgentBaseMessage is a common interface for V1/V2 - used internally
  • Preserved name Attachment for DidCommV1 message attachments
  • Preserved name SigningProvider

Differences with the main

  • outOfBandInvitation field of the OutOfBand record is optional
    • Reason: for DidCommV2 added separate field v2OutOfBandInvitation
  • TransportSession - keys and inboundMessagerefers to different types but it should not break implementations.

TransportSession

@Artemkaaas Artemkaaas requested a review from a team as a code owner August 4, 2023 07:49
@Artemkaaas Artemkaaas changed the title fix: DidCommV2 - breaking changes fix: DidCommV2 - avoid breaking changes Aug 4, 2023
…ping message

Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
…Unified MessageSender

Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
…ility

Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
@Artemkaaas Artemkaaas force-pushed the feat/didcomm-v2-breacking-changes branch from 47c4475 to 2666edf Compare August 4, 2023 08:10
txn.txt Show resolved Hide resolved
Signed-off-by: Artemkaaas <artem.ivanov@dsr-corporation.com>
@genaris genaris merged commit afeb38e into openwallet-foundation:feat/didcomm-v2 Aug 5, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants