Large Batches can be costy
If _collateralTokens
contains a large number of addresses, the function could hit the block gas limit, causing the entire transaction to fail.
GLarge batches can exceed the block gas limit and cause reverts.
Manual Review
Enforce a limit on the maximum batch size:
You can set MAX_BATCH_SIZE
as a constant, e.g., uint256 constant MAX_BATCH_SIZE = 50;
.
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.