Versions Compared

Key

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

...

  • Record the meeting
  • Mediation protocol
  • Monorepo
    • core
      • InboundTransport
      • OutboundTransport
    • transport-http
      • injects Symbols.fetch
      • needs Express.JS
    • transport-http
    • transport-ws
      • injects Symbols.ws
    • react-native
      • file-system-react-native
      • buffer
      • react-native-random-bytes
      • events
    • node
      • file-system-node
      • node-fetch
      • ws
    • same version strategy
    • package types
      • react-native → @aries-framework/react-native
      • node → @aries-framework/node
      • core → @aries-framework/core
    Multiple transport support
  • https://github.com/hyperledger/aries-framework-javascript/issues/268Breaking changespull/313
  • https://github.com/hyperledger/aries-framework-javascript/issues/305314
  • Revocation
    • Frist holder
    • Then verifier
  • Multiple transport supportPaving the way for shared components
    • IndyHolderService, IndyIssuerService, IndyVerifierService should become interface
      • With implementation IndySdkHolderService, IndySdkIssuerService, IndySdkVerifierService
      • IndyCredXHolderService, IndyCredXIssuerService, IndyCredXVerifierService
    • LedgerService should become IndyLedgerService interface
      • With implementation IndySdkLedgerService, IndyVdrLedgerService, IndyVdrProxyService
    • New wallet interface implementation for Aries Askar
    • Extend config to pass in platform specific libraries 
    • https://github.com/hyperledger/indyaries-framework-vdrjavascript/issues/59268

Meeting Notes

Future topics

...

  • React Native testing