Test Eip Mainnet¶
Documentation for tests/amsterdam/eip8246_selfdestruct_no_burn/test_eip_mainnet.py@49633827.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8246_selfdestruct_no_burn/test_eip_mainnet.py --fork Amsterdam
Mainnet marked execute checklist tests for EIP-8246: Remove SELFDESTRUCT Burn.
Test Functions Overview¶
| Name | Type | Cases (Amsterdam) | Description |
|---|---|---|---|
test_create_tx_selfdestruct_to_self_keeps_balance |
state_test | 1 | A creation transaction whose initcode self-destructs to itself. |
test_factory_create_selfdestruct_to_self_keeps_balance |
state_test | 1 | A factory CREATEs a contract whose initcode self-destructs to itself. |