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
Our fee calculation code relies on unchecked math that is expected to overflow, need to restrict to <0.8.0 before publishing and explicitly document it
The text was updated successfully, but these errors were encountered:
https://github.com/Uniswap/uniswap-v3-periphery/blob/ff3832f52d42a61df4513c1621dfbcfccd8a6d32/contracts/libraries/PositionValue.sol#L2
Our fee calculation code relies on unchecked math that is expected to overflow, need to restrict to
<0.8.0
before publishing and explicitly document itThe text was updated successfully, but these errors were encountered: