In the StakingPool
contract we have two functions, one for adding and one for removing strategies. These two functions make importants state changes, however they do not emit an event for it.
The addStrategy and removeStrategy functions in the StakingPool contract modify the set of strategies used by the pool, but they don't emit events to log these changes:
It is generally a good practice to emit events on important stage changes to better track the state of the system.
Manual Review
Add events to both functions:
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.