Versions Compared

Key

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

...

Excerpt
  • Update on Sovrin Node pipeline
  • Help getting Indy Node to past "RC" status
  • Update on indy-vdr issue with Genesis File/Node mismatch issue + plus tests
  • Eliminate the indy-sdk initiative


Recording of Call:
View file
name20221122 - Indy Contributors Call Recording.mp4
height250


Hyperledger is committed to creating a safe and welcoming

community for all. For more information

please visit the Hyperledger Code of Conduct.

...

Wade Barnes Neoteric Technologies Inc. <wade@neoterictech.ca>

Lynn BendixsenIndicio <lynn@indicio.tech>

Kim Ebert Indicio <kim@indicio.tech>

Christian Bormann (Robert Bosch GmbH) <christiancarl.bormann@de.bosch.com>

Char Howland (Indicio PBC) <char@indicio.tech>

Related Calls and Announcements

...

Meeting Topics 

  • IIW Update
    • AnonCreds and their use with other ledgers and the W3C format
    • DIDComm vs OpenID for VC
    • Implemtation of predicates using BBS+
  • Sovrin Node build
    • Working through blockers on the Indy Test Automation pipeline
  • Help on the transition of indy-node from RC to final
    • Determining if there are commits on the main branches of indy-node and indy-plenum that should be in the 20.04 upgrade branches
    • Kim anticipates having recommendations next meeting
    • Christian tried the migration process switching to the current release candidate
      • Ran into some networking issues
      • Difficulty getting a timeslot that works for everyone
  • Update on indy-vdr issue with Genesis File/Node mismatch issue (indy-vdr#106)
    • Workaround from Lynn is updating the genesis file to ensure that you have a current snapshot of the network you're connecting to
    • Andrew is determining is there is a secure and reliable way to sync transactions from the pool without requiring full-on consensus with the network
  • Using Question from Christian today – using indy-node-container for the indy-vdr tests
  • Deprecate the indy-sdk initiative
    • Adam is evaluating the best path forward for phasing out the Indy SDK
      • Whether to continue with having it be a Rust application or to move to using a Python applucation that uses the binaries built for Askar, Indy-VDR, etc.
      • Preparing proposal for the future of the Indy-CLI
  • Questions bout deprecating the indy-sdk
    • The whole community is moving away from indy-sdk towards Askar, indy-vdr, and the other shared libraries
    • Discussion about the migration is happening on the indy-vdr and ACA-Py channels on discord
  • Question about the implementation of observer nodes
    • Still just a concept, not implemented except some pieces in plenum; not known documentation
    :
    • Enable shared components in all Aries Framework – notable AFJ and Aries VCX
    • indy-vdr with did:indy support – how do we get that released?
    • indy-vdr is using Ursa, which is using a deprecated Rust module "failure" – https://github.com/hyperledger/ursa/issues/199; CVE - very high score! Possibly not critical for us, but looks bad.
    • Create a migration tool to export indy-wallet contents and load into aries-askar
    • Create a "shared components" version of the Indy CLI
    • New transaction types in indy-vdr – draft PR, but needs work and testing
    • Indy Test Automation relies on the indy-sdk, needs to be moved to indy-sdk
    • Community impact on the use of the indy-sdk – a need to migrate
    • Tools on the indy-node nodes – do they use libindy?  Investigation needed – Lynn BendixsenWade Barnes to look at/create issues
  • Other Topics

Future Calls

  • Indy Roadmap
  • GDPR and the right to be forgotten – mitigations and approaches.
  • The Indy "Corporate Firewall Problem" and the idea of a Proxy Server on Nodes? Kim Ebert
    • Core issue: A mobile wallet user using a Corporate WiFi may find that they can't get to an Indy ledger because all but 80/443 ports and HTTP/S protocols are blocked
    • Discussion/Options paper: https://hackmd.io/@n5FW6jwuRfCgchBDNWR3VQ/H1kNlKpmo
    • Question: Is it viable to have each Indy Node also listen on port 80/443 for HTTP/S requests and arrange to have them processed?
      • Option: Receive on HTTP(S) and send on to local ZMQ instance as if coming from outside.
    • Answer: We think it is probably not viable, as mobile agents require HTTPS. As such, each Steward would have to get a IP-based SSL Certificate. Technically doable, but getting everyone through that is really not practical. The cost of the certificates and maintaining them would be ugly.
      • Option: Add a DIDComm agent to every node, and use DIDComm to send the messages
      • Similar to using HTTP(S), but use a DIDComm message. Since Mobile Agents would be using a mediator, the DIDComm message would flow through that, and the HTTPS issue would not matter.  This is almost easy, but... There is no encryption public key in the genesis file, so that needs to be retrieved from somewhere else...

...