Uniswap / UniswapX

🦄 Gasless ERC20 swap settlement protocol 🦄
GNU General Public License v3.0
369 stars 78 forks source link

feat: revert quickly if order is already filled #259

Closed zhongeric closed 2 months ago

zhongeric commented 2 months ago

Thoughts on re-using the Permit2 custom error here of InvalidNonce? Gas savings are pretty decent, in the case where you would have reverted since the order is already filled, you save 10k gas

Fixes #256