Logos Collective Weekly Summary

Week 11, 2026 (March 16, 2026)

3
Teams Reporting
30+
PRs & Updates
8
Deliverables Active
0
New Repos Created

Key Highlights

Blockchain

Data Availability adversarial model: calculated recoverability threshold and validated against simulations.

Blockchain

Cryptarchia bootstrapping protocol defined, Areon paper submitted to SBC 2026.

AnonComms

Closed deliverable integrating the ability to burn multiple message IDs in a single RLN proof.

AnonComms

Gasless L2 transactions whitepaper submitted to SBC 2026.

Blockchain

Distributed sequencer proof-of-concept started with inscription lineage tracking.

Messaging

Debug API, security enhancements, and enhanced Messaging API configuration delivered.

Bedrock Research

^

Cryptarchia

  • Total Stake Inference: derived honest slot utilization rate q using Bernoulli trial model with network delay parameter, discussed consequences of underestimating q on blockchain growth
  • Cryptarchia bootstrapping and synchronization protocol defined collaboratively
  • RFC to modify Mantle transaction hash computation
  • RFC to make Ledger Transaction an operation
  • Areon paper revised and submitted to SBC 2026
  • Initial sketch of Mantle operation/transaction for EmPoWering the Consensus
  • Ran Logos blockchain node on a Raspberry Pi Zero 2 at all-hands

DA Sampling

  • Adversarial model: calculated recoverability threshold k_c for adversarial nodes in subnetworks and probability of data being unrecoverable, validated against simulations
  • Data Availability Calculator v2 completed with generic encoder adversary calculations

Bedrock Engineering

^

Blend

  • Simplify init subcommand: remove identify and no-public-ip check (in-review) - #2329
  • Use fixed-size arrays for Merkle paths in ZK proofs (in-review) - #2333
  • Use key nullifiers instead of public keys to check for duplicate Blend messages (in-review) - #2348
  • Persist banned Blend peers across restarts (in-progress) - #2363
  • Update Rust to 1.94 - Overwatch#130, #2362
  • Release-related changes - #2345, #2355

Testing

  • Cucumber transaction stress tests: added practical test usability features (in-review) - #2327
  • Testing framework: Kubernetes attached mode (merged) - testing#39
  • Testing framework: cfgsync generalized into reusable library (merged) - testing#40
  • Add dedicated banning service (draft) - #2381
  • Performed devnet stress tests

Zones

  • Bridging proof-of-concept with deposit and withdraw operations
  • Add sequencer inscription lineage tracking (draft) - #2379
  • Add efficient inscription channel event/item streaming (draft) - #2380

Logos Core Integration

  • Debug and fix Logos Core permissions issues triggering circuit failures
  • Cargo Hack UI for debugging - #2364

Logos Execution Zone

^

Indexer

  • Batched read/write operations - #390
  • Initial state unification across services (in-progress) - #393

Integration

  • Clippy pedantic and restriction lint pass completed - #391
  • Sequencer RPC refactored to use library instead of manual implementation - #394

Comms

^

Blog

  • "Decentralise the Log, Not the Server" blog article ready for review

Implement capability discovery protocol

  • Merged tests PR for advertiser & discoverer modules
  • Start dogfooding integrated capability discovery

Write whitepaper on gasless L2 transactions

  • Ran simulations, wrote and submitted the academic version of the whitepaper for submission to SBC
  • Address any feedback

Support burning multiple IDs in a single RLN proof (CLOSED)

  • Closed deliverable — merged partial proof feature into multi-message-id feature PR
  • Merge multi-message-id feature to master and close task

Extend Chat SDK with Group Conversations

^

DeMLS Integration Investigation

  • [chat] Investigate DeMLS Integration for group conversations

API access to P2P Reliability for Desktop

^

Introduce Waku API in nwaku

  • [delivery] Add debug API - specs#102
  • [delivery] Move node_api destroy implementation and security enhancements - #3736
  • [delivery] Add doxygen docs in logos-delivery-module - #6
  • [delivery] Enhance Messaging API configuration - #3744

Maintenance

^

Hotfix & Build System