Skip to main content

Module reader

Module reader 

Expand description

Journal reader with sequence and event_id validation.

JournalReader implements Iterator<Item = Result<EngineEvent, JournalError>>. It reads length-prefixed frames from the journal file and validates contiguous seq and unique event_id across the stream.

Structs§

JournalReader
Streaming reader over a length-prefixed journal file.

Functions§

verify_hash_chain
Verify the record-level blake3 hash chain across a sequence of events.