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

feat: credential protocols v3 #1560

Draft
wants to merge 26 commits into
base: feat/didcomm-v2
Choose a base branch
from

Commits on Aug 17, 2023

  1. feat: Basic Messages V2 for DIDComm V2

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    250db50 View commit details
    Browse the repository at this point in the history
  2. feat: initial work on IC V3 (wip)

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    191ad5b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. test: adapt to V2 Basic Messages and some DIDComm V2 stuff

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    39d5323 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix: expose V1BasicMessage as BasicMessage

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3b0795d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. fix: v3 handlers and types

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    919dc3b View commit details
    Browse the repository at this point in the history
  2. feat: generalize getOutboundMessageContext

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    35f75f4 View commit details
    Browse the repository at this point in the history
  3. feat: use v3 in demo

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d7a5fa5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/basic-messages-v2' into feat/issue-credentials-v3

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    dba690f View commit details
    Browse the repository at this point in the history
  5. feat: set from/to in getOutboundContext

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ab0be37 View commit details
    Browse the repository at this point in the history
  6. feat: transform V1/V2 attachments

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    35c15c4 View commit details
    Browse the repository at this point in the history
  7. fix: basic message types

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3b850d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix: use DIDComm v2 for ICV3 Ack message

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1b493fb View commit details
    Browse the repository at this point in the history
  2. feat: generalize getOutboundMessageContext

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e1c3629 View commit details
    Browse the repository at this point in the history
  3. fix: basic message types

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    30eaf5b View commit details
    Browse the repository at this point in the history
  4. feat: set from/to in getOutboundContext

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    821ea02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cfebbd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix: revert changes in BasicMessageStateChanged event

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    318e5a0 View commit details
    Browse the repository at this point in the history
  2. fix: remove unneeded casting

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2bcaf3f View commit details
    Browse the repository at this point in the history
  3. fix: remove unneeded cast

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8cb618b View commit details
    Browse the repository at this point in the history
  4. feat: initial Present Proof V3 implementation

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    da9a00e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix: body and attachments in ICV3

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f12938d View commit details
    Browse the repository at this point in the history
  2. fix: OOB in outbound message context

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4d15497 View commit details
    Browse the repository at this point in the history
  3. test: fix module tests

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1329192 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b211d9 View commit details
    Browse the repository at this point in the history
  5. fix: OOB in outbound message context

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    323032e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    793fd1a View commit details
    Browse the repository at this point in the history