Logos Blockchain Weekly Update - 2026-02-16

blockchain:highlights

  • Devnet stabilization: 0.1.2 release, config overhaul, IBD and NAT fixes
  • Initial LEE Bedrock integration merged, now testing end-to-end
  • Zone-SDK v0 API complete: sequencer, indexer, checkpoint, and self-healing support
  • SQLite zone demo MVP ready
  • DA sampling security: median time to first block built from unavailable data being accepted exceeds age of universe

blockchain:bedrock:research

  • blockchain:bedrock:research:cryptarchia

    • Continued refining Total Stake Inference (TSI) draft, addressing technical comments with updated sections and simulations draft
    • Updated EmPoWering the Consensus with PoW mining options, exploring methods of transmitting PoW claims through Blend doc
    • Began research on ZK checkpoints
  • blockchain:bedrock:research:tokenomics

    • Proposed RFC for removing DA from TKE block rewards and fees specifications RFC
  • blockchain:bedrock:research:da:sampling

    • Computed joint probability of a node building a block from unavailable data, winning election, and the block being accepted by validators. Lower bound on median time to first such event exceeds age of the universe (epsilon=10^-4, f=1/30, 1-second slots) analysis
    • Began Private DA literature review, examining Celestia’s blob encryption and verifiable encryption approach notes
  • blockchain:bedrock:research:blend

    • Iterating on Compressed Block Proposal RFC, expanded analysis to account for multiple collisions per transaction RFC
    • Reviewed Circom constraint optimization for comparisons paper, appended summary doc

blockchain:bedrock:eng

blockchain:lee

  • blockchain:lee:key-protocol

    • Multi-owner private accounts: researched PDA approach, solved ownership griefing attack via sequencer-enforced rules, finished program-based approach document doc
    • SLIP-010 key generation security document for LEE doc
    • Nonce mechanism update for private accounts (in-review) lssa#334
    • Public key protocol updated to match HD key specs (merged) lssa#249
  • blockchain:lee:token-program

    • AMM Program refactor merged: logic to amm_program lib crate, types to amm_core, strongly-typed instructions lssa#306
    • Auth transfer FFI full functionality (merged) lssa#332
    • AMM program ID fix for sequencer RPC (merged) lssa#335
  • blockchain:lee:indexer

    • Indexer state management: added integration tests for block and public state queries, fixed config and port mappings lssa#308
    • Indexer correct startup and restart: rewrote finalized block fetching from streams to polling with backfilling via consensus_info, storing latest seen finalized L1 header in DB for restart support (in-review) lssa#331
  • blockchain:lee:integration

    • Full Bedrock integration (merged): Sequencer accepts generic Bedrock/Indexer clients, testcontainers for Bedrock in tests, bedrock-related retries, flaky test fixes, all-in-one docker compose for local running and stage deployment lssa#316
    • Fix sequencer data synchronization problems: updated docs, tests, CI, and sequencer (merged) lssa#333
  • blockchain:lee:explorer

    • Block Explorer merged: leptos Rust fullstack framework with pages for blocks/transactions/accounts and Docker support lssa#315
  • blockchain:lee:logos-core

blockchain:comms

  • blockchain:comms:blog
    • Sovereign Zone Interoperability blog draft (in-progress) draft