Skip to main content

equivalent_traces

Function equivalent_traces 

Source
pub fn equivalent_traces(
    roster_size: usize,
    left: &[AgentEvent],
    right: &[AgentEvent],
) -> bool
Expand description

Compare protocol-specific traces after normalization has occurred. The event vocabulary is the compatibility boundary, so equivalent ACP/native traces must replay to equal state.