use unchecked {++i;} for loops to save gas
As the iterator is bound by the length of the array, the iterator would never overflow. So, the following can be done to save gas in for loops:
Saves gas on various iterations, as the compiler need not check for overflow on each increment operation of the iterator.
Manual review
As suggested, do the following in for loops:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.