Uniswap / v4-periphery

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

ERC721Permit - PermitForAll #271

Closed saucepoint closed 1 month ago

saucepoint commented 1 month ago

Related Issue

Closes #227

Description of changes

Added signature-based permitForAll for setting operators (the equivalent to setApprovalForAll)

Tested the base contract, and will add another PR for testing with posm operations to try and keep the PR more manageable