Uniswap / v4-periphery

🦄 🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v4
https://blog.uniswap.org/uniswap-v4
GNU General Public License v2.0
706 stars 481 forks source link

Move SafeCast to core #223

Closed hensha256 closed 1 month ago

hensha256 commented 2 months ago

Component

General design optimization (improving efficiency, cleanliness, or developer experience)

Describe the suggested feature and problem it solves.

SafeCast lib in periphery has just 1 function - we need it in periphery to make sure it gets audited. However post audits we should move it into SafeCast in core

Describe the desired implementation.

No response

Describe alternatives.

No response

Additional context.

No response

linear[bot] commented 2 months ago

PROTO-385 Move SafeCast to core

saucepoint commented 1 month ago

duplicate of https://github.com/Uniswap/v4-periphery/issues/305