Logos Collective Weekly Summary

Week 36, 2026 (September 7, 2026)

2
Teams Reporting
50+
PRs & Updates

Note: Messaging and AnonComms have reported. Blockchain, Storage, and Logos Core sections will be added as their updates land.

Key Highlights

Messaging

Messaging API now supports Mix through the AnonymityLevel flag — sender anonymity via mix landed in logos-delivery #4180.

Messaging

LIP-243 segmentation merged with a simplified wire format, implemented as the standalone nim-segmentation library and queued for integration into the Reliable Channel API.

Messaging

status-go now advertises WakuMessage version=0 on send, completing phase 2 of the Messaging API integration; functional and e2e fleets being migrated to logos-delivery images.

AnonComms

Logos Mix Network LIP published — specifies the Logos-specific mix protocol stack and opinionated configuration.

AnonComms

Poseidon2 circuit implementation completed in Circom with a benchmark report; Poseidon2 examples and FFI/WASM support added to Zerokit.

AnonComms

Standalone service discovery module now plugs into Logos Delivery — discovery plugin header PR opened and verified locally against Delivery nodes.

Messaging API — General Availability

^

Integrate Mix into Messaging API

  • feat(messaging): sender anonymity through mix via anonymityLevel#4180, #4199, #4184

Reliable Channel API — Beta

^

Add Segmentation to Reliable Channel API

  • integrate nim-segmentation — replaces the skeleton in channels/segmentation/; pulls in nim-leopard, so cmake becomes a build-host requirement and the Android/iOS toolchain is a follow-up

Logos Chat — Beta

^

Implement full identity model

Stabilize and polish API

Deliver user-facing chat features

  • Premade basic Content Types

Create a basic service discovery module

^

Integrate the standalone service discovery module into Logos Delivery

  • Fully working logos-delivery-module plug-in for service discovery via the libp2p module — locally verified, interoperating with logos-delivery nodes that use the internal service discovery
  • Shipped the service-discovery plugin header (PR train #6) — logos-delivery #4178
  • Admit pure-libp2p peers (PR train #7) — logos-delivery #4187
  • Logos Delivery advertises itself with its own signed extensible peer record (PR not yet opened)
  • Wired logos-delivery's discovery plugin to the libp2p module as a declared dependency — logos-delivery-module #97
  • Large-scale local simulation with scenarios

Establish libp2p mixnet

^

Implement local reputation mechanism and research advanced DoS protection

  • Continue work on cover traffic and local trust reputation

Specify a Logos Mix Network opinionated configuration

  • Published the Logos Mix Network LIP — specifying the Logos-specific protocol stack and opinionated configuration

Deliver de-MLS for p2p group messaging

^

Integrating de-MLS into libchat

  • Regarding reliability, simulated SDS (with custom backoff rules) to assess total complexity and reported the findings
  • Started a new architecture with the MLS module separated from de-MLS on a branch
  • Discuss the single-steward commit rule to evaluate syncing efficiency
  • Finish the architecture split; discuss all open questions regarding configuration and commit selection

Implement RLN membership allocation service

^

Migrate Logos Delivery to LEZ-based RLN using the RLN membership management module

  • Aligned the module with the latest Logos Delivery and Logos Core changes
  • Validated the end-to-end scenario where Delivery registers using membership allocation
  • Create and validate the user journey of installing Delivery through Basecamp, registering a membership, and running Delivery with RLN

Decentralised Oracle Network

^

Implementing Oracle Zone

  • Minimal working implementation completed, including Logos module capability
  • Logos module discussion
  • Improve the Logos Oracle Network implementation

Maintain and expand Zerokit

^

Integrate and benchmark Poseidon2 hash function

  • Completed the Poseidon2 circuit implementationcircom-rln #1 in Circom
  • Refactored the multi-message-id circuit into the main branch — commit to simplify custom circuit generation
  • Generated resources for Zerokit and completed the benchmark report
  • Poseidon2 example for Rust/C/Nim/JS and FFI/WASM support — zerokit #437
  • Static analysis of the Poseidon2 Circom implementation using circomspect, and request for review