Uniswap / v3-periphery

🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v3
https://uniswap.org
GNU General Public License v2.0
1.17k stars 1.09k forks source link

Solidity 0.8.0 type(uint160).max #245

Closed dappdappgo closed 2 years ago

dappdappgo commented 2 years ago

Since Solidity 0.8.0 explicit conversions from literals larger than type(uint160).max to address are disallowed.

See this for more information: https://docs.soliditylang.org/en/develop/080-breaking-changes.html#new-restrictions

stale[bot] commented 2 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.