Gas Optimizations #46
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
G (Gas Optimization)
sponsor acknowledged
Technically the issue is correct, but we're not going to resolve it for XYZ reasons
https://github.com/code-423n4/2022-05-aura/blob/main/convex-platform/contracts/contracts/VoterProxy.sol#L345
Function execute: No need to return success variable as it will always be true due to condition at VoterProxy.sol#L353
https://github.com/code-423n4/2022-05-aura/blob/main/contracts/AuraVestedEscrow.sol#L179
Function _claim: No need to proceed if claimable=0. Return and not revert since cancel function is dependent on this function
The text was updated successfully, but these errors were encountered: