Uniswap / v4-core

🦄 🦄 🦄 🦄 Core smart contracts of Uniswap v4
https://blog.uniswap.org/uniswap-v4
2.02k stars 975 forks source link

standardize the init code hash #917

Closed vimageDE closed 2 weeks ago

vimageDE commented 2 weeks ago

Related Issue

The init code hash of the PoolManager.sol in v4-core and v4-periphery was different because of different paths inside the metadata. This PR will disable the inclusion of the metadata hash inside of the compiled bytecode.

Description of changes

Setting bytecode_hash = "none" in foundry.toml.