Uniswap / v3-periphery

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

🧑‍💻 pool-address: support solidity v0.8 #289

Closed cruzdanilo closed 2 years ago

cruzdanilo commented 2 years ago

from solidity v0.8 breaking changes:

Explicit conversions from negative literals and literals larger than type(uint160).max to address are disallowed.

hensha256 commented 2 years ago

Hi @cruzdanilo! I have allowed this PR to have our workflows run on it so we can look at getting it merged for you. Sadly the workflows have failed - please can you take a look at the failures! Once they pass we can review it for merging.

hensha256 commented 2 years ago

Sorry - just realised this is a duplicate of #271 . Closing this as that one was opened first.