Uniswap / v3-periphery

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

Merge WeightedOracleLibrary into OracleLibrary #210

Closed hensha256 closed 2 years ago

hensha256 commented 3 years ago

There is an overlap of code in the 2 consult functions. Additionally it makes sense to have all helper Oracle functions in one place for people to find - instead of a separation that makes it hard to find what youre looking for.