v0.2 launch hardening: release candidate 0.1.3-rc.10 deployed and the first round of security-audit fixes merged logos-blockchain#2904, with a ZK proving memory leak that was crashing the devnet fixed logos-blockchain-circuits#48
Logos Blockchain now runs as a Logos Core module: the logoscore-cli and blockchain module were built on Linux and macOS and used to join the Blend network journey
EmPoWering incentivization proposal merged and approved proposal
Nimbos: Cryptarchia Initial Block Download nimbos#44 and Ed25519 block signatures nimbos#53 merged, moving the Nim node toward cross-compatibility with the Rust nodes
blockchain:bedrock:research
blockchain:bedrock:research:total-stake-inference
Derived an approximation for the average global-broadcast latency (one node reaching all others) on a random regular graph network, completing the latency model Modelling of Network Delays
“Total Stake Inference with Network Delays” document completed and ready for internal review doc
blockchain:bedrock:research:cryptarchia
Checkpoint-based Fast Bootstrapping RFC moved from a blocked StateRoot draft to a concrete StateRoot V1 design: tokenomics_state and TokenomicsStateRoot defined for retained Anonymous Leaders reward state (voucher tree, voucher nullifiers, leaders_rewards, current-epoch vouchers), with tightened checkpoint-package validation RFC
Post-quantum ZK proof-system candidates listing started doc
blockchain:bedrock:research:incentivization
EmPoWering proposal merged with the fixed-per-epoch, note-based reward approach and approved proposal; investigation started into puzzles that protect Blend from spam and rewards from abusive mining
First full design draft completed for permissionless channel sequencing through a staked lottery, with an alternate ZK variant and a partial code implementation doc
blockchain:bedrock:research:cross-zone-sequencing
Cross-zone failure analysis completed: 7 concrete failure modes documented across the three round-robin sequencer modes (atomicity violations, ordering inconsistency, liveness failures) doc
Binary block wire encoding/decoding realigned with the spec logos-blockchain#2927; missing binary CLI commands exposed to the c-bindings (for Logos Core headless mode and UI) #2935
Garbage collection and note unlock gated to the epoch transition #2881; strict_add used for Epoch and Slot#2924
Service Reward Protocol (SRP) enabled in SDP, with tests and rejection of activity messages after a multi-epoch jump (in-review, drafts) #2882, #2885, #2886
Pending voucher tracking added so concurrent leader claims do not reuse the same voucher/funding notes (in-review) logos-blockchain#2923
blockchain:bedrock:eng:logos-core
Blockchain runs as a Logos Core module: logoscore-cli and lgpm built and the blockchain module joined the Blend network on 0.1.3-rc.10 journey
Debug info containing /nix/... paths stripped to build a portable macOS module module#30; standalone lgx module build workflow module#29
blockchain:bedrock:eng:testing
Cucumber stress tests improved while stress-testing the new mempool logos-blockchain#2854; max_concurrent_scenarios set to 1 for stable runs #2917; macOS deployment target set for CI #2878
Internal explorer fixes with a link to the community explorer #2918
Bounded size and count transaction vec for blocks (in-review, parked until after testnet 0.2.0) #2921