When GaugeController::distributeRewards() is called, it calculates rewards based on the RWA or RAAC emission.
As can be seen from the _calculateRWAEmission
and _calculateRAACEmission
functions, they return monthly or weekly emissions respectively. Therefore distributeRewards()
should respect that and be called once a week for RAAC and once a month for RWA. But currently it's disregarded, and monthly and weekly emissions can be distributed every second.
Disruption of the emission schedule.
Ensure that for RWA distributeRewards()
can be called only once a month and for RAAC it should only be callable once a week.
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.