test_self_destructing_initcode_create_tx()¶
Documentation for tests/cancun/eip6780_selfdestruct/test_selfdestruct.py::test_self_destructing_initcode_create_tx@verkle@v0.0.6.
Generate fixtures for these test cases for Shanghai with:
Shanghai only:
fill -v tests/cancun/eip6780_selfdestruct/test_selfdestruct.py::test_self_destructing_initcode_create_tx --fork=Shanghai --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Shanghai:
fill -v tests/cancun/eip6780_selfdestruct/test_selfdestruct.py::test_self_destructing_initcode_create_tx --until=Shanghai
Use a Create Transaction to execute a self-destructing initcode.
Behavior should be the same before and after EIP-6780.
Test using
- Different initial balances for the self-destructing contract
- Different transaction value amounts
Source code in tests/cancun/eip6780_selfdestruct/test_selfdestruct.py
465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Skipped Parameters
For more concise readability, the table below does not list the following parameter values:
fork, blockchain_test, state_test, state_test_only, eof_test, eof_state_test.
| Test ID | selfdestruct_contract_initial_balance | tx_value |
|---|---|---|
| selfdestruct_contract_initial_balance_0-tx_value_0 | 0 | 0 |
| selfdestruct_contract_initial_balance_0-tx_value_100000 | 0 | 100000 |
| selfdestruct_contract_initial_balance_100000-tx_value_0 | 100000 | 0 |
| selfdestruct_contract_initial_balance_100000-tx_value_100000 | 100000 | 100000 |
| selfdestruct_contract_initial_balance_0-tx_value_0 | 0 | 0 |
| selfdestruct_contract_initial_balance_0-tx_value_100000 | 0 | 100000 |
| selfdestruct_contract_initial_balance_100000-tx_value_0 | 100000 | 0 |
| selfdestruct_contract_initial_balance_100000-tx_value_100000 | 100000 | 100000 |