Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Discussion Topics

DIDComm v1 vs v2

  • simple explanation of the benefits of upgrading

AIP3

Aries Agent Test Harness

  • What did methods are supported? And how do you configure to use did indy, orb, etc.
  • What is the priority of tests to create that will eventually be AIP3 tagged tests?
  • How is mediation tested?
    • With the mediation role (what is the name like bob, alice, faber, etc) and show you support the mediation features.
  • Current DIDComm-V2 specific tests:

    Code Block
    titleDIDComm-V2 tests
    aries-agent-test-harness % ./manage tests --tags @DIDComm-V2 
    Selecting: ['@DIDComm-V2']
    
    Feature: WACI Issuance
     @T001-IssueCredentialV3 @DIDComm-V2 - WACI issuance flow
    
    Feature: DIDComm V2 Establishing Connections
     @T001-OobV2 @DIDComm-V2 - Establish a connection between two agents using DIDComm V2
    
    Feature: Aries agent present proof v3
     @T001-PresentProofV3 @DIDComm-V2 - Present Proof of specific types and proof is acknowledged with a Citizenship credential type with a DID Exchange Connection


  • New tag in AATH that are not credential related, maybe:
    • DIDCommV2_Peer
    • DIDCommV2_Simple
    • Didcommv2_base
    • Didcommv2_layer2
  • See https://github.com/tdiesler/aries-agent-test-harness/tree/camel/aries-backchannels/camel#aip-10-status

...