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

Why is bytes lib limited to .8 #333

Open RitzyDevBox opened 1 year ago

RitzyDevBox commented 1 year ago

Is it safe for me to arbitrarily change the version number on bytes lib? Why was this restricted to less than 8?

pragma solidity >=0.5.0 <0.8.0;

library BytesLib {}