Closed anishnaik closed 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.
v1.12.0
v1.14.6
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
replace
medusa-geth
Closes #439
When we migrated from
v1.12.0
in medusa-geth tov1.14.6
, we forgot to handle EIP-3860 which has specialized max init code size checks.This PR updates the
replace
directive tomedusa-geth
to point to this commit inmedusa-geth
: https://github.com/crytic/medusa-geth/commit/0fd368c2841991963a603b855c582ce1cc4be6cdCloses #439