You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed Comp token got a refresh and uses ^0.8.0 solidity. This will automatically do 'safemath' checks, which cost more gas. Since Comp token was already doing unchecked math in many cases, it makes sense to wrap these statements. For example this cannot underflow.
The text was updated successfully, but these errors were encountered:
I noticed Comp token got a refresh and uses ^0.8.0 solidity. This will automatically do 'safemath' checks, which cost more gas. Since Comp token was already doing unchecked math in many cases, it makes sense to wrap these statements. For example this cannot underflow.
The text was updated successfully, but these errors were encountered: