Week 20, 2026 (May 18, 2026)
Circuits as libraries merged: poq, pol, poc, and signature circuits all now built as Rust libraries, one step closer to dropping the circuits install step.
Mantle block event model landed: ledger now creates and stores events resulting from operation execution, with Deposit event as the first. LEZ Indexer UI v1 also merged.
Post-quantum hardening: Blockchain PQ Safety Analysis doc prepared and Kyber-768 integration started for LEZ shared key agreement.
Logos Oracle Network (LON) requirements and first design iterations published as a forum post; de-MLS architecture reworked from client-centric to conversation-centric.
DHT client mode merged in logos-storage-nim-dht — key for content lookup performance when nodes sit behind NATs or firewalls.
SQLite management in a separate thread implemented with a new domain-agnostic persistency service; nim-ffi gained CBOR + CDDL generator support.
Universal modules extended with LogosModuleContext across logos-cpp-sdk and logos-test-modules; integration tests added across CLI and package manager UI.
nim-bincode deriveBincode macro on master in vendor/nim-bincode — repoLocalTree structure for local chain state (in-review) — nimbos #44HashTrieMap, DynamicMerkleTree, and UTXO store data structures (in-review) — nimbos #46