crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://secure-contracts.com/program-analysis/medusa/docs/src/
GNU Affero General Public License v3.0
306 stars 41 forks source link

Fix initcode override check #483

Closed anishnaik closed 2 months ago

anishnaik commented 2 months ago

When we migrated from v1.12.0 in medusa-geth to v1.14.6, we forgot to handle EIP-3860 which has specialized max init code size checks.

This PR updates the replace directive to medusa-geth to point to this commit in medusa-geth: https://github.com/crytic/medusa-geth/commit/0fd368c2841991963a603b855c582ce1cc4be6cd

Closes #439