Skip to main content

Module window

Module window 

Source
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§

ValidationWindow
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.