### Changed - EOF: The is the final version compatible with [EOF devnet-0](https://notes.ethereum.org/@ethpandaops/eof-devnet-0). - Rename RETURNCONTRACT to RETURNCODE [#1153](https://github.com/ethereum/evmone/pull/1153) - Optimize allocations when validating the header [#1160](https://github.com/ethereum/evmone/pull/1160) - EVMMAX: - evmmax: Add inversion method [#1142](https://github.com/ethereum/evmone/pull/1142) - evmmax: Use inv() instead of generated addchains [#1143](https://github.com/ethereum/evmone/pull/1143) - Precompiles: - Handle trivial inputs to the expmod precompile [#1163](https://github.com/ethereum/evmone/pull/1163) - Use classic EC point add formula for BN precompiles [#1165](https://github.com/ethereum/evmone/pull/1165) - Optimize EC point multiplication for BN precompiles [#1166](https://github.com/ethereum/evmone/pull/1166) - Refactor the BN254 ecpairing precompile [#1175](https://github.com/ethereum/evmone/pull/1175) - EIP-7702: Remove the check for empty in-state accounts [#1141](https://github.com/ethereum/evmone/pull/1141) - Add prestate validation checks to the state test loader [#1134](https://github.com/ethereum/evmone/pull/1134) - Upgrade the silkpre dependency [#1173](https://github.com/ethereum/evmone/pull/1173) ### Fixed - Fix incorrect output size in the BN254 ecpairing precompile [#1174](https://github.com/ethereum/evmone/pull/1174)