Expand description
Runtime work-expansion protocol shared by sentinel and node; payloads serialize as camelCase JSON.
Structs§
- Claim
Token - Opaque claim token (UUID string) issued by sentinel when it assigns a chunk.
- Runtime
Chunk Id - Monotonic per-job identifier for a runtime chunk (a batch of work items).
- Runtime
Chunk Payload - A batch of work items assigned to one node in one Centrifuge publication.
- Runtime
Work Item - One abstract unit of work in a runtime chunk, derived from
kindand routed bytag. - Runtime
Work Result - Compact result for one executed work item, mirroring the
BatchWorkResultproto. - Work
Context Hash - SHA-256 digest of
(base_sim_config, TournamentPayload, sentinel_config), serialized as lowercase hex. - Work
Context Hash Parse Error - Error returned when a
WorkContextHashhex string is malformed.
Enums§
- Runtime
Work Fidelity - Result fidelity requested for a work item.
- Runtime
Work Item Kind - What a work item evaluates, carrying the parameters needed to derive a concrete sim config.
- Work
Context 🔒Hash Parse Error Kind