Logos Blockchain Weekly Update - 2026-05-18

blockchain:highlights

  • Circuits as libraries merged: poq, pol, poc, and signature circuits all now built as Rust libraries, getting us one step closer to dropping the circuits install step logos-blockchain-circuits#16
  • Mantle operations now emit events: ledger creates and stores events resulting from operation execution (Deposit event is the first) logos-blockchain#2745
  • LEZ Indexer UI v1 merged lez-explorer-ui#1
  • Post-quantum hardening: Blockchain PQ Safety Analysis doc and Kyber-768 integration started for LEZ shared key agreement logos-execution-zone#474

blockchain:bedrock:research

  • blockchain:bedrock:research:total-stake-inference

    • “Referenced-Block Visibility for Total Stake Inference” draft revised: introduces uncle refs to extend the baseline TSI construction draft
  • blockchain:bedrock:research:cryptarchia

    • Checkpoint-based Fast Bootstrapping RFC revised RFC
  • blockchain:bedrock:research:blend

    • Session-removal RFC: 4 of 5 researcher approvals received RFC
    • Blend connection management: MiniMax Limits doc started (WIP) doc
  • blockchain:bedrock:research:post-quantum

    • Post-Quantum Safety Analysis of the Logos Bedrock Layer document prepared doc
  • blockchain:bedrock:research:cryptoeconomics

    • EmPoWering proposal near finalization: solid layman description and overview drafted, construction aligned with recent mantle changes (WIP) latest draft
  • blockchain:bedrock:research:native-zones

    • “Path toward a common ledger for Sovereign Zone” doc started: exploring an approach with performance testing in progress doc

blockchain:bedrock:eng

blockchain:logos-execution-zone

  • blockchain:logos-execution-zone:accounts

  • blockchain:logos-execution-zone:benchmarks

    • Cycle bench tool for executor, prove, PPE, and verify measurements: produces the four cost inputs the LEZ fee model needs for the Tokenomics team (in-review) logos-execution-zone#478
    • Crypto primitives bench tool for client/wallet cryptographic primitives used on every transaction submission (in-review) logos-execution-zone#480
  • blockchain:logos-execution-zone:indexer

  • blockchain:logos-execution-zone:explorer-ui

  • blockchain:logos-execution-zone:sequencer

  • blockchain:logos-execution-zone:deployment

nimbos

  • nim-bincode deriveBincode macro on master in vendor/nim-bincode repo
  • Genesis Mantle tx vectors opened for review (in-review) nimbos#45
  • Cryptarchia IBD: request/response types, handlers, client dial/read/write/decode, plus LocalTree structure for local chain state (in-review) nimbos#44
  • Mantle ledger UTXO store foundations: HashTrieMap, DynamicMerkleTree, and UTXO store data structures (in-review) nimbos#46

blockchain:comms

  • blockchain:comms:docs

    • Zone SDK tutorial draft completed (in-review) logos-docs#211
    • GroupKeyHolder feature doc: explains what GMS in LEZ solves and how it’s used doc
    • CONTRIBUTING.md for LEZ (in-review) logos-execution-zone#483
  • blockchain:comms:blog