Hi, just found that our EVM's interpreter's Run function is a bit different than the current codebase of Geth. In order to improve performance, they removed the code in this place that https://github.com/scroll-tech/go-ethereum/blob/zkrollup/core/vm/interpreter.go#L183-L188. (Current Geth: https://github.com/ethereum/go-ethereum/blob/master/core/vm/interpreter.go#L181-L185) Since this part is the core function of EVM, maybe we should align with them in the next release? FYI: - https://github.com/ethereum/go-ethereum/issues/23969 - https://github.com/ethereum/go-ethereum/pull/24026