Logos Collective Weekly Summary

Week 12, 2026 (March 23, 2026)

2
Teams Reporting
25+
PRs & Updates
8
Deliverables Active
1
New Repos Created

Key Highlights

AnonComms

Released Zerokit v2.0.0 with multi-ID burning and optimised proof generation.

Logos Core

Introduced logos-nix to simplify dependencies and untangle cyclical dependency issues.

AnonComms

Restructured Mix Protocol spec to decouple exit abuse prevention from DoS protection.

Logos Core

MCP server and integration tests added to logos-basecamp.

AnonComms

Started pre-study for oracle system roadmap and PoC requirements.

Create a basic capability discovery module

^

Implement capability discovery protocol

  • Study the roadmap, worked on registrar tests
  • Complete registrar and routing table tests

Integrate and dogfood capability discovery in Logos Delivery

  • Code exploration and first draft implementation
  • Addressing various integration issues

Establish libp2p mixnet

^

Specify and implement extended DoS and exit node abuse protection for libp2p mix

  • Restructured Mix Protocol spec to decouple exit abuse prevention from DoS protection and extract it into a standalone spec - PR #297
  • Editorial review of DoS protection spec — fixed Sphinx construction step ordering, formalized proof size constraints, beta formula, and other sections [WiP]
  • Security Analysis of Evaluating Tor-based Location Privacy for Ethereum Validators tech report
  • Finalize and merge Mix DoS Protection spec, work on RLN spec, roadmap

Deliver de-MLS for p2p group messaging

^

Specify multi-steward and advanced group management protocol

  • PR ready to merge - #298
  • Forum post on testing de-MLS synchronization assumption
  • Work on following PR about open problems and super steward

Implement de-MLS peer scoring

  • Define peer scoring separate module, integrate as an action after consensus result
  • Implement steward-triggered removal, final test

Develop an oracle system

^

Specifying oracle mechanism

  • Starting pre-study for roadmap and PoC requirement
  • Continue pre-study on requirements

Implement RLN membership allocation service

^

Specify and implement RLN membership allocation service

  • Update mix simulation to run with logos core instances hosting logos-delivery and RLN modules
  • Create a delivery protocol that implements allocation service, implement in mix simulation

Develop service incentivisation

^

Specify on-chain component for payment protocol

  • Started work on the on-chain part of the spec
  • Continue spec and implementation

Maintain and expand the Zerokit library

^

Support burning multiple IDs in a single RLN proof

  • Resolved open PRs and issues; updated examples and documentation for the new release version

Rearchitecture Zerokit to support enum-based runtime configuration

  • Work on implementing the RlnSerialize and WitnessCompute trait, and remove cfg flag

Release Zerokit (v2.0.0) for multi-ID burning and partial proof generation

logos-basecamp

MCP server, integration tests, cachix cache, dev/portable variant discrimination, repo rename

logos-workspace

Add cache, update repos and flake, cyclic dependency detection util, support all flake outputs

logos-test-modules

Use lgpm for module extraction, logos-module interface, async calls tests

#7 #6 #5

logos-module-builder

Update follows, add templates for pure QML and C++ QML modules

logos-liblogos

Use cachix cache, discriminate dev and portable variants

logos-tutorial

Update UI tutorials, update name to logos-basecamp

#4 #3

logos-package-manager-ui

Use async calls for get Packages and Categories, handle required variant not available

logos-package-manager-module

Discriminate dev and portable variants

#37

logos-package

Add merge command

#17

logos-nix (NEW)

New repo to simplify dependencies and untangle cyclical dependency issues from logos-cpp-sdk