You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The payment event heap previously ordered events by execution time alone.
When two events are scheduled for the same instant, the BinaryHeap pop order
was unspecified, making otherwise-seeded runs non-reproducible.
Break ties on the source node's public key. The heap holds at most one event
per source at a time, so (execution_time, source) is a total order, and Eq is
made consistent with the new Ord.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments