Skip to main content

Module wal

Module wal 

Source

Structs§

WriteAheadLog
The Write-Ahead Log (WAL) ensures mobile fault tolerance by appending all 48-byte Quin mutations directly to flash memory synchronously before they are packed into the larger 40KB SuperBlock structures.

Enums§

WalHandoffResult
Outcome of routing a sieve-emitted Quin into the ledger pipeline.

Functions§

append_mutation
Appends a mutation to the global Write-Ahead Log. For the MVP/MCP, we write to a default location or stderr.
commit_semantic_mutation
Fiduciary-stamped, signed WAL handoff for neuro-symbolic graph mutations (zero String parse).
log_adversarial_conduct
Logs an adversarial conduct violation to the WAL when the Sentinel VM halts execution.
log_rule_evaluation
Logs a rule-evaluation audit event to the WAL.