Circuits as libraries merged: poq, pol, poc, and signature circuits all now built as Rust libraries, getting us one step closer to dropping the circuits install step logos-blockchain-circuits#16
Mantle operations now emit events: ledger creates and stores events resulting from operation execution (Deposit event is the first) logos-blockchain#2745
Post-quantum hardening: Blockchain PQ Safety Analysis doc and Kyber-768 integration started for LEZ shared key agreement logos-execution-zone#474
blockchain:bedrock:research
blockchain:bedrock:research:total-stake-inference
“Referenced-Block Visibility for Total Stake Inference” draft revised: introduces uncle refs to extend the baseline TSI construction draft
blockchain:bedrock:research:cryptarchia
Checkpoint-based Fast Bootstrapping RFC revised RFC
blockchain:bedrock:research:blend
Session-removal RFC: 4 of 5 researcher approvals received RFC
Blend connection management: MiniMax Limits doc started (WIP) doc
blockchain:bedrock:research:post-quantum
Post-Quantum Safety Analysis of the Logos Bedrock Layer document prepared doc
blockchain:bedrock:research:cryptoeconomics
EmPoWering proposal near finalization: solid layman description and overview drafted, construction aligned with recent mantle changes (WIP) latest draft
blockchain:bedrock:research:native-zones
“Path toward a common ledger for Sovereign Zone” doc started: exploring an approach with performance testing in progress doc
Blend edge: verify membership info early on (fixes flaky test) logos-blockchain#2741
blockchain:bedrock:eng:mantle
Channel Config Operation: migrated from old SetKey Operation to the new Config Operation following the mantle spec logos-blockchain#2714
Block event model: ledger creates/stores events resulting from block execution (Deposit event is the first) logos-blockchain#2745
Nom encoding/decoding logic reworked for better type cohesion: delegates encoding/decoding to each type instead of one big module (in-review) logos-blockchain#2748
Node CLI utilities: 2 commands to extract information from user config (for releases, deployment, and faucet processes) (in-review) logos-blockchain#2755
Cycle bench tool for executor, prove, PPE, and verify measurements: produces the four cost inputs the LEZ fee model needs for the Tokenomics team (in-review) logos-execution-zone#478
Crypto primitives bench tool for client/wallet cryptographic primitives used on every transaction submission (in-review) logos-execution-zone#480