Bridging: Deposit and Withdraw operations merged, Channel Withdraw implementation with trust-based verification design
Total Stake Inference: simulation and analytical frameworks aligned, stability condition updated to account for feedback loop
Testing: remaining e2e tests migrated to Testing Framework, stress test improvements with local NTP and user config
Memory debugging: jemalloc validated as major mitigation for heap fragmentation, reducing memory growth by 20x
Nimbos: Identify protocol implemented on the wire, first app-level protocol after QUIC baseline
Logos Execution Zone: block context system accounts with clock programs, cross-calls foundational work with self_program_id and caller_program_id
Data Availability: generalized adversary analysis refined with new calculator and animation tool
Post-quantum security: Cryptarchia v1 draft updated to reflect recent Google Quantum AI findings on elliptic curve cryptography
blockchain:bedrock:research
blockchain:bedrock:research:total-stake-inference
Aligned simulation and analytical frameworks; validated counting factor q against simulations for both known and inferred total stake scenarios; derived block production rate as function of delay showing opposite behavior between known and inferred stake due to feedback loop; derived updated stability condition for Total Stake Inference draft
Improved “Total Active Stake Inference under Stake Privacy” paper to reflect latest q derivation results paper
blockchain:bedrock:research:cryptarchia
NoteId uniqueness RFC: operations must derive unique identifiers for note outputs RFC
Channel Withdraw operation: split proof verification into context-free and context-dependent paths, with deferred full verification until channel state is available logos-blockchain#2451
DepositOp (commit), Deposit API (commit), and WithdrawOp (commit) merged
Validity windows on program outputs: programs can now set valid ranges for their outputs (merged) logos-execution-zone#400
Block context system accounts: introduced clock accounts (CLOCK_01, CLOCK_10, CLOCK_50) exposing current block ID and timestamp, with mandatory clock invocation at end of every block; refactored transaction validation into ValidatedStateDiff for explicit validation/mutation separation; fixed clock program security issue logos-execution-zone#403
Identify protocol implementation with mainnet/testnet protocol names and tests; consolidated P2P branch with QUIC, bootstrap by multiaddr, node fixes, and Windows link fix nimbos#27
blockchain:comms
blockchain:comms:docs
Logos Execution Zone documentation ready for review doc