Logos Blockchain Weekly Update - 2026-03-30

blockchain:highlights

  • Blend: significant proof generation speedup and networking stability improvements, with simplified protocol duplication logic
  • Mantle: two major RFCs approved and implemented, improving transaction hashing for large inscriptions and simplifying the transaction model
  • Bridging: deposit and withdrawal operations advancing, bringing zone-to-bedrock interoperability closer
  • Testing: expanded infrastructure with fork monitoring and Kubernetes support, plus systematic logging cleanup
  • Decentralized sequencing: first-write-wins proof-of-concept
  • Nimbos: first networking implementation with QUIC transport and peer bootstrapping
  • Logos Execution Zone: Q2 planning with strategy docs for block context, cross-calls, and account ownership; indexer database improvements and griefing protection

blockchain:bedrock:research

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

    • Continued derivation of counting factor q: developed random removal process approach; derived stationary values of normalized average stake and q as epoch count approaches infinity draft
    • Improved “Total Active Stake Inference under Stake Privacy” paper paper
  • blockchain:bedrock:research:cryptarchia

    • Updated EmPoWering document based on review doc
    • Improved fast bootstrapping RFC and bootstrapping spec RFC, spec
    • First draft of Cryptarchia v1 and post-quantum security article doc
  • blockchain:bedrock:research:blend

    • Simplified Blend protocol duplication and relaying logic spec
  • blockchain:bedrock:research:da:sampling

    • Generalized adversary selective availability attack analysis with new attack model doc
    • Adversary calculator for the generalized analysis calculator

blockchain:bedrock:eng

blockchain:logos-execution-zone

  • blockchain:logos-execution-zone:block-context

  • blockchain:logos-execution-zone:cross-calls

    • Cross-calls strategy doc doc
  • blockchain:logos-execution-zone:indexer

  • blockchain:logos-execution-zone:protocol

  • blockchain:logos-execution-zone:accounts

    • Group ownership vs multisig strategy plan doc
    • Transfer to existing private account: new approach designed requiring fewer architecture changes

nimbos

  • HTTP REST stubs merged nimbos#24
  • Networking baseline: QUIC support, bootstrap-by-multiaddr with dedupe and reconnect backoff, node shutdown bug fix
  • Configurable QUIC listener port for local testability

blockchain:comms

  • blockchain:comms:docs
    • Zone SDK tutorial using SQL zone example (in-progress) draft