Time period for a gauge can be used to roll over to new period if the current period has elapsed,
The issue is that the controller does not updatePeriod()
on the gauge
itself when updating it's own period.
Since only they controller Period
is updated when called to gaugeController.updatePeriod(gauge)
it leaves the guage
lagging and with incorrect state.
guage would be left on the previous period even when the controller has moved to a new period.
Invoke gauge.updatePeriod
from the controller.updatePeriod(gauge)
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.