Rari-Capital / vaults

Flexible, minimalist, and gas-optimized yield aggregator protocol for earning interest on any ERC20 token.
GNU Affero General Public License v3.0
286 stars 74 forks source link

🔒 Check use of unchecked {} #101

Open transmissions11 opened 2 years ago

transmissions11 commented 2 years ago
Screen Shot 2022-01-03 at 4 12 57 AM

not sure this is actually sound cuz balances are uint248s

transmissions11 commented 2 years ago

i think we can still use unchecked if we do = (.balance + amount).safeCast()