Open
Description
The screenshot below shows an action where a node sends a RequestVote message. However, the error-trace viewer incorrectly annotates an existing AppendEntries messages as added, whereas the new RequestVote message is annotated as modified.

My guess is that the error-trace viewer compares the two sets syntactically while assuming some stable order. Related to #261
Activity