Week 14, 2026 (April 6, 2026)
Merged LIP describing RLN-based gasless L2 transactions on Status Network and closed the gasless L2 milestone.
Created three new repos: logos-dev-boost (AI dev tooling), logos-test-framework (module testing), and logos-logoscore-tui (Rust TUI for daemon).
Continued Qt decoupling and module-builder adoption across modules, with portable build support and IDL parser work in progress.
Closed the Messaging API milestone; completely removed storev2 from Logos Delivery; optimized release builds for speed.
Merged Zerokit 2.0 upgrade and delay improvements in mix-rln plugin; de-MLS multi-steward RFC merged.
RLN membership allocation simulation running with delivery nodes in Logos Core; oracle mechanism work advancing with Schnorr signatures on LEZ.
Sphinx payload integrity issue tracked and demonstrated; began implementing the LIONESS large-block cipher as a fix. Testnet release tests run on a terraform-deployed cluster; CI workflow integration underway.
Blend protocol simplifications for duplicate detection and faster dissemination; jemalloc validated as major mitigation for heap fragmentation, reducing memory growth by 20x.
LEZ block context system accounts with clock programs; cross-calls foundational work with self_program_id and caller_program_id; Nimbos Identify protocol implemented.
Data Availability generalized adversary analysis refined with new calculator and animation tool; post-quantum Cryptarchia v1 draft updated.
AI developer tooling — LLM rules, SKILLs, MCP server, scaffolding to make it easy to develop Logos modules and apps.
Testing framework for Logos modules — utilities for loading, inspecting, and calling module methods in automated test scenarios.
Rust TUI for managing a logoscore daemon — module listing, method calling with autocomplete, live event streaming, dashboard.
Extracted Qt plugin logic into separate library; nix-bundle install; experimental backend; portable build support; moved non-Qt logic back; new UI modules with QML; added test framework.
Added .gitignore fix, bumped module-builder, fixed incorrect repo, locked stable tutorial, additional fixes, QML UI plugin tutorial (open).
Added portable build support; CI for portable build and Docker image (open); bumped logos-liblogos.
Don't strip module metadata; updated flake; bundle external libs; moved non-Qt logic out and added tests.
Bumped package-manager-module with new package installer for embedded packages; added initial spec and project description.
Bumped logos-liblogos and logos-cpp-sdk (type coercion fix); loading C++ plugins in different process for multi-UI backends.
Fixed type coercion in callRemoteMethod; added IDL parser and generator (WIP).
Pure C++ interface without Qt (WIP); added tests using module test framework (open).
Migrated to module builder; fixed package-manager lib for portable build.
Made workspace less verbose; bumped submodules and added calc-ui testing support.
cfg flags from codebase