Logos Blockchain Weekly Update - 2026-05-11

blockchain:highlights

  • Multiple-owners task complete on LEZ: GroupKeyHolder for GMS key management logos-execution-zone#449 and wallet group commands with shared account derivation (PDA + non-PDA accounts) logos-execution-zone#460 both merged
  • Areon paper submitted to NDSS 2027: substantial revision of the CCS 2026 version with tightened claims and expanded theory + experiments submission, artifacts
  • Mantle Tx simplification RFC implemented: transaction hash simplified (Poseidon2 removed, blake-only) and gas prices removed from Mantle Transactions RFC, logos-blockchain#2612, logos-blockchain#2670
  • LEZ sequencer and indexer migrated to zone-sdk (away from bedrock client): foundational architectural cleanup logos-execution-zone#389
  • Decentralized Sequencing main logic merged: completes the zone-sdk competing sequencer suite (joining TUI and e2e tests from prior weeks) logos-blockchain#2446

blockchain:bedrock:research

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

    • “Modelling of random delays” document created: reviews statistical properties of the delay model used in simulations and proposes a new model accounting for O(log N) broadcast latency on a network of N nodes doc
  • blockchain:bedrock:research:cryptarchia

    • Areon paper submitted to NDSS 2027: substantial revision of the CCS 2026 version; protocol scoped to Nakamoto-style multi-proposer PoS DAG with explicit assumptions; new simulations (multi-seed comparison, delay stress tests, robustness, design ablations) submission, artifacts
    • Cryptarchia v1 and Post-Quantum Security report updated with Table 3: operational migration summary listing each Cryptarchia component’s current primitive, proposed PQ replacement, size impact, and migration phase doc
  • blockchain:bedrock:research:blend

    • Session-removal RFC: Mantle spec revision added, withdrawal-logic inconsistency identified and corrected, and SDP snapshot timings clarified RFC
    • Post-Quantum Safety Analysis of the Blend Protocol: revisions incorporating review feedback doc
  • blockchain:bedrock:research:cryptoeconomics

blockchain:bedrock:eng

blockchain:logos-execution-zone

  • blockchain:logos-execution-zone:accounts

    • Diversify private PDAs by identifier: integration tests and edge case coverage added (in-review) logos-execution-zone#464
    • Investigated Kyber as a replacement for ECIES for key agreement in LEZ: initial findings documented notes
    • Multiple-owners task complete: GroupKeyHolder for GMS key management logos-execution-zone#449, wallet group commands with shared account derivation (covering both PDA and non-PDA shared accounts, with sync mechanism and tests) logos-execution-zone#460
    • Strong-type PrivacyPreservingCircuitInput with per-account enum merged logos-execution-zone#462
    • Privacy-preserving circuit refactor: split guest into bin-dir submodules (in-review) logos-execution-zone#469
  • blockchain:logos-execution-zone:indexer

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

  • blockchain:logos-execution-zone:sequencer

  • blockchain:logos-execution-zone:deployment

    • Genesis configurable state reimplemented to use system faucet and vaults to supply accounts (in-review) logos-execution-zone#450

nimbos

  • Genesis from deployment (in-review) nimbos#40
  • Genesis Mantle tx vectors: deterministic genesis vector coverage for Mantle tx encoding, hashing, and block root/id checks (WIP) branch
  • Nimbos code restructured to align with the modular architecture proposed in issue #29 (in-review) nimbos#41

blockchain:comms