Week 4 2026

Highlights

  • v0.3.0 released!

Status Integration

  • achieved:
    • final tweaks in logos-storage/logos-storage-go-bindings/pull/23 to make sure logos-storage can be properly resolved in status-go.
    • updated the “libcodex” to also “libstorage” (or something) - still some tweaking to be done while waiting for new release tag on logos-storage/logos-storage-go-bindings, but in principle all references in code are now fixed
  • next:
    • a bigger refactor (already WIP) to isolate ArchiveService from the /protocol/communities package in order to make managing technology-dependent history archive extensions easier. This is tricky becuase everything before was flat in the /protocol/communities package, which means we need to performs some cuts to avoid circular references (see also discussion in https://github.com/status-im/status-go/pull/7201#discussion_r2715852642).
    • [coming soon] update the logos-storage related nix configs to take advantage of the new flakes in logos-storage

Testnet filesharing client

Privacy requirements

  • achieved:
  • next:
    • Research and possibly design an initial approach to integrating mix protocol intro the file-sharing client and get a better understanding of how much anonymity guarantees it provides.
    • study an RLN-inspired approach to anonymous persistence

AnonComm Collaboration

Integration with Logos Core

  • achieved:
  • next:
    • Learn more about QML
    • Migrate the UI from Widgets to QML
    • Continue implementing Storage Module APIs and their integration in the UI