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:bedrock:eng:cryptarchia
-
blockchain:bedrock:eng:blend
-
blockchain:bedrock:eng:testing
-
blockchain:bedrock:eng:deployment
- 0.1.2 release with major configuration overhaul
- Configuration improvements: remove YAML bundling from binary logos-blockchain#2147, promote genesis state logos-blockchain#2149 and chain start time logos-blockchain#2159 to deployment config, decouple service configs from node config logos-blockchain#2160, use sensible defaults logos-blockchain#2173, skip serialization of default fields (WIP) logos-blockchain#2183
logos-blockchain-node init subcommand for streamlined node setup logos-blockchain#2164
- Collect all node state into single recovery folder logos-blockchain#2197
- Docker improvements: compose volumes for setup/run logos-blockchain#2172, node images use release binaries logos-blockchain#2154, fix Docker build workflow logos-blockchain#2189, tar release binaries logos-blockchain#2200
- Faucet improvements: multiple UTXOs logos-blockchain#2169, all faucet keys in node config logos-blockchain#2204
- Networking: NAT traversal via autonat for external IP discovery logos-blockchain#2193, extract peer IDs from multiaddr for IBD logos-blockchain#2180
- Devnet tuning: extend bootstrap period logos-blockchain#2186, debug log level for init nodes logos-blockchain#2192, override axum JSON body limit logos-blockchain#2167, standalone node tokens logos-blockchain#2176
- Release process: checklist updates logos-blockchain#2181 logos-blockchain#2205, 0.1.3 devnet spec logos-blockchain#2207
- Systemd template file for node deployment logos-blockchain#2152
-
blockchain:bedrock:eng:da
-
blockchain:bedrock:eng:logos-core
-
blockchain:bedrock:eng:zones
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