Uniswap / v2-core

🦄 🦄 Core smart contracts of Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
2.97k stars 3.18k forks source link

Consider: Use latest version of Solidity compiler. #56

Closed MicahZoltu closed 4 years ago

MicahZoltu commented 4 years ago

https://github.com/Uniswap/uniswap-v2-core/blob/3129c726821e374ac6ffabea363413f2349c1805/contracts/UniswapV2Exchange.sol#L1

Consider bumping to latest version of Solidity before releasing. At the least, I recommend reviewing all fixed Solidity bugs between latest and this version to make sure that none of them affect you.