mega-evm 1.6.0

The evm tailored for the MegaETH
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Tests for `Rex4` hardfork features.

mod access_control;
mod beneficiary_detention;
mod create_safety;
mod deployment;
mod eip7702_delegation_cycle;
mod frame_limits;
mod frame_state_growth;
mod gas_detention;
mod intrinsic_limit_bypass;
mod keyless_deploy;
mod limit_control;
mod selfdestruct_state_growth;
mod storage_call_stipend;