While developing the Ethereum Distribution System (EDS) in Peeramid Labs, we embarked on formalizing certain design aspects with the introduction of ERC-7744. During the security analysis of ERC-7744, we identified a potential compatibility issue with EIP-7702. Upon further investigation, we discovered that this issue was an ecosystem-wide concern, affecting any project that relies on the code hash of deployed bytecode (checks `EXTCODEHASH` value). Among the identified projects were a large e...