RAACGauge and RWAGauge have functions protected by onlyController but the GaugeController does not implement any functionality to use them.
If we check the code implementation of GaugeController we can see that there are no functions that can interact with setWeeklyEmission and setMonthlyEmission. We can see that Gauges expect the GaugeController to call this functions since they are protected by onlyController modifier. Due to lack of implementation the GaugeController can't do it.
Due to lack of implementation GaugeController can't call some functions in the Gauges. Since the Gauges expect GaugeController to call them, this lack of implementation leads to disruption to the protocol's functionality.
Manual Review, Hardhat
Add functions to GaugeController that can call functions in Gauges protected by onlyController modifier.
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.