Gas Optimizations #114
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
valid
[GAS - 01] In
claimBribesFromHiddenHand
,token
could be reusedThe same external call is made twice:
https://github.com/Badger-Finance/vested-aura/blob/d504684e4f9b56660a9e6c6dfb839dcebac3c174/contracts/MyStrategy.sol#L318
https://github.com/Badger-Finance/vested-aura/blob/d504684e4f9b56660a9e6c6dfb839dcebac3c174/contracts/MyStrategy.sol#L301
Therefore gas could saved using a memory array to avoid doing the same external call twice.
The text was updated successfully, but these errors were encountered: