Submitted by cmichel
The CvxLocker.updateReward iterates over all rewardTokens.
The transactions can fail if the arrays get too big and the transaction would consume more gas than the block limit.
This will then result in a denial of service for the desired functionality and break core functionality.
Keep the number of rewardTokens small.
C2tP-C2tP (BadgerDAO) acknowledged
