Skip to main content

replay

Function replay 

Source
pub fn replay(
    program: &ProgramArtifact,
    input: DataValue,
    grants: &GrantSet,
    responses: Vec<CapabilityResult>,
) -> Execution
Expand description

Deterministically execute from the beginning with a recorded capability transcript. This is the native replay path and the oracle for snapshot resume: responses are consumed only when their request IDs match.