Hard cap on the number of plenary weeks enumerated by iteratePlenaryWeeks
— ~6 months of weekly fan-out per request. The MAX_PLENARY_WEEKSth
week is the last one returned. Truncation is not implied by length alone:
callers should combine length === MAX_PLENARY_WEEKS with an input-window
overflow check (for example, detectWindowTruncation in
detectVotingAnomalies).
Hard cap on the number of plenary weeks enumerated by iteratePlenaryWeeks — ~6 months of weekly fan-out per request. The MAX_PLENARY_WEEKSth week is the last one returned. Truncation is not implied by length alone: callers should combine
length === MAX_PLENARY_WEEKSwith an input-window overflow check (for example, detectWindowTruncation indetectVotingAnomalies).