Expand description
Window-based coordination for validators.
Per CP-015 section 3: Validators coordinate through deterministic time
windows without blockchain synchronization. All validators in the same
hourly window independently select the same test queries from the
canonical corpus using a deterministic RNG seeded by BLAKE3(window_id).
Structs§
- Validation
Window - A deterministic validation window derived from the current time.
Functions§
- select_
test_ queries - Select test queries from a corpus using a deterministic RNG seeded by the window ID.