Week 26 2026 (Mon Jun 22 - Fri Jun 26, 2026)

Highlights

  • Storage Module has its (v2.0.0) release with an all-new, improved filesharing protocol which adds robustness and efficiency to file transfers, as well as support for running anonymized DHT queries over our mix networks. The new Logos UI app - which brings those features to Logos basecamp - is also available for testing.
  • The final PR for the storage/status integration has been merged, and now Logos storage should finally show up as an option for archival storage in the Status app.
  • We have published a research post on the current state of hidden services over mix, and its challenges. This is an important checkpoint on our path to getting to anonymous filesharing.

Status Integration

Large Data Transport Layer for Mix

Hidden Services Over Mix

  • achieved:
  • next:
    • Continue research, experiments, and simulations to get a better understanding of the malicious path problem to help make decisions going forward with the hidden services over Mix.

E2E Testing

  • achieved:
    • Openapi spec re-synced with logos-storage-nim, so the dist tests api client is now generating the correct client definition. PRs (#131, #132, #133, #1470)
    • Previous anti-affinity changes forcing one pod per node broke local testing (where there is only one pod). Fix
    • Relax openapi hash check by ignoring whitespace (PR)
    • Publish openapi.yaml spec as part of the release assets (PR)

Anonymous DHT Queries

  • next:
    • Migrating all wire protocols from minprotobuf to nim-protobuf-serialization

Integration with Logos Core