pcaversaccio / create2deployer

Helper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
MIT License
286 stars 42 forks source link

Solidity Version `0.8.20` #117

Closed pcaversaccio closed 1 year ago

pcaversaccio commented 1 year ago

Add a remark in the hardhat.config.ts file that we do not upgrade to Solidity version 0.8.20 due to potential EVM equivalence issues triggered by the recently introduced PUSH0 opcode.

pcaversaccio commented 1 year ago

Completed via https://github.com/pcaversaccio/create2deployer/commit/fe8e7ee91db4aac7fe0309f2eaf9832765b68f4e.