2025-07-29 Indy Contributors Call

2025-07-29 Indy Contributors Call

Summary

  • Indy Quarterly Report

  • Ubuntu-22.04 upgrade progress reports

  • GitHub Organization planning

  • Updates

  • Open Discussion

Zoom: https://zoom-lfx.platform.linuxfoundation.org/meeting/97572546272?password=5da46f0a-57dc-4de9-8831-708ba60d97ae

Recording: https://zoom.us/rec/share/2iwg267Z1J9rRvxlahlzkCxMWQzdz7dx8KHp6uEyV1sGcEjaiWqx0qNMbhCKNfOl.8zSaDQLeuwPC4EB4 

 



LF Decentralized Trust is committed to creating a safe and welcoming

community for all. For more information

please visit the LFDT Code of Conduct.

LF Decentralized Trust is committed to creating a safe and welcoming

community for all. For more information

please visit the LFDT Code of Conduct.

Welcome and Introductions



Attendees



Related Calls and Announcements

  • The Indicio TestNet will be reset on Tuesday August 5, 2025 at 9:00AM mountain time

  • Sovrin MainNet has a caretaker: Trinsic

    • 4 MainNet nodes and IndyScan

    • The network is operational, read-only as available as an historical artifact

Release Status and Work Updates

Meeting Topics

  • Coordinating Ubuntu-22.04 release

  • GitHub Organization

    • Complete after removing obsolete dependencies

    • Could start moving over some of the more independent repos

  • Updates

    • Indy Besu updates and discussion

      • Revocation feature is almost merged

        • guilherme-funchal: We have implemented the integration with ACA-PY for this feature and would like to include it in the community package Pull Request refence. This use case will be the first use of identity for the Brazilian Government on the "Gov" platform. I believe we will be able to leverage its use. That's why I believe its acceptance is extremely important. 

          https://github.com/hyperledger/indy-besu/pull/108

    • DID Web VH

      • DIF TSC approved the 1.0 draft

      • Stephen to present a did:webvh deep dive at the DID Method Standardization Meeting

      • Working on tutorial for newbies, using ACA-Py to manage did:webvhs

  • Open Discussion





Future Calls

  • 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...

Action items