Objective: Declutter vm.rs file, we want it to have the main things so that the code is not confusing to the newcomer. - Move EVMConfig to environment.rs - After #2717 StateBackup does not exist so no need to worry about it. - RetData (if still exists) should be probably moved to call_frame.rs. (Issue #2720 is related to this, maybe attack that one first 😄 ) - restore cache state could be moved to another file too, call_frame.rs is appropriate I think
Objective: Declutter vm.rs file, we want it to have the main things so that the code is not confusing to the newcomer.