Skip to content

Test Dynamic CREATE2 SELFDESTRUCT Collision

Documentation for tests/cancun/eip6780_selfdestruct/test_dynamic_create2_selfdestruct_collision.py@verkle@v0.0.5.

Generate fixtures for these test cases for Paris with:

Paris only:

fill -v tests/cancun/eip6780_selfdestruct/test_dynamic_create2_selfdestruct_collision.py --fork=Paris --evm-bin=/path/to/evm-tool-dev-version

For all forks up to and including Paris:

fill -v tests/cancun/eip6780_selfdestruct/test_dynamic_create2_selfdestruct_collision.py --until=Paris

Suicide scenario requested test #381

Test Functions Overview

Name Type Cases Description
test_dynamic_create2_selfdestruct_collision state_test 12 Dynamic Create2->Suicide->Create2 collision scenario:(📖🐛?)
test_dynamic_create2_selfdestruct_collision_two_different_transactions blockchain_test 4 Dynamic Create2->Suicide->Create2 collision scenario:(📖🐛?)
test_dynamic_create2_selfdestruct_collision_multi_tx blockchain_test 3 Dynamic Create2->Suicide->Create2 collision scenario over multiple transactions:(📖🐛?)