CCS 2026 paper submitted: “Total Stake Inference under Stake Privacy: The Case of Ouroboros Crypsinous” completed and submitted (blockchain track) paper
Private donations to LEZ accounts unblocked: NPK generalized to multiple accounts so a single key pair can control a family of private accounts logos-execution-zone#447
blockchain:bedrock:research
blockchain:bedrock:research:total-stake-inference
TSI Analysis report (now titled “Total Stake Inference under Network Delay and Feedback”): Appendix E “Simulation diagnostics for the inferred-stake closure” completed, all plots remade draft
“Total Stake Inference under Stake Privacy: The Case of Ouroboros Crypsinous” paper completed and submitted to CCS 2026 (blockchain track) paper
Tracing: respect env filter when sending logs to loki/gelf/otlp logos-blockchain#2632
Unify dependencies into Cargo workspace to reduce duplication, build time, and binary size (in-review): lower-level crates logos-blockchain#2649, remaining crates logos-blockchain#2653
blockchain:bedrock:eng:circuits
LB Circuits as libraries: PoQ FFI exposed on poq-sys crate; build system added for fetching compiled library artifacts (WIP) branch
blockchain:bedrock:eng:explorer
blockchain:logos-execution-zone
blockchain:logos-execution-zone:accounts
Multiple-owners reworked: epoch and ratcheting removed, PDA identifier fix; now covers private accounts that are PDAs (in-review) logos-execution-zone#449
Strong-type PrivacyPreservingCircuitInput with per-account enum (in-review) logos-execution-zone#462
NPK generalized to multiple accounts: enables a single key pair to control a family of private accounts, unblocking private donations logos-execution-zone#447
Diversify private PDAs by identifier to enable private donations to multisig accounts (in-review) logos-execution-zone#464
Signature refactor for Keycard support merged: BIP-340 32-byte message constraint relaxed logos-execution-zone#457
Privacy commands for keycard: keycard support extended to programs beyond auth-transfer (in-review) logos-execution-zone#461
Real Indexer RPC communication implemented in QT Explorer UI (in-review) lez-explorer-ui#1
blockchain:logos-execution-zone:deployment
v0.2.0-rc3 release tagged and deployed on Stage 2 release
nimbos
Deployment config and genesis block construction merged into unstable: deployment-settings YAML/CLI, module layout under logos_chain/deployment, and genesis payload/proof decoding for transfer, channel inscribe, and SDP declare ops nimbos#31
nim-groth16 updated to support both ARC and refc Nim runtimes commit