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
fix(covenantsigner): correctly distinguish single vs both unparseable timestamps
The earlier tiebreaker fix incorrectly entered the "both unparseable"
branch when only the candidate had an invalid timestamp. Parse both
timestamps explicitly to distinguish three cases: only candidate bad
(keep existing), only existing bad (replace), both bad (lexicographic
tiebreak).
0 commit comments