Test Eip Mainnet¶
Documentation for tests/osaka/eip7825_transaction_gas_limit_cap/test_eip_mainnet.py@7b8124a7.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7825_transaction_gas_limit_cap/test_eip_mainnet.py --fork Osaka
Mainnet marked execute checklist tests for EIP-7825: Transaction Gas Limit Cap.
Test Functions Overview¶
| Name | Type | Cases (Osaka) | Description |
|---|---|---|---|
test_tx_gas_limit_cap_at_maximum |
state_test | 1 | Test transaction at exactly the gas limit cap (2^24). |
test_tx_gas_limit_cap_exceeded |
state_test | 1 | Test transaction exceeding the gas limit cap (2^24 + 1). |