Uniswap / v4-periphery

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

CalldataDecoder: test against abi.decode #251

Open hensha256 opened 1 month ago

hensha256 commented 1 month ago

Component

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

Describe the suggested feature and problem it solves.

Currently it tests against inputs to abi.encode not abi.decode

Describe the desired implementation.

No response

Describe alternatives.

No response

Additional context.

No response

linear[bot] commented 1 month ago

PROTO-394 CalldataDecoder: test against abi.decode