test_tx_to_beacon_root_contract()¶
Documentation for tests/cancun/eip4788_beacon_root/test_beacon_root_contract.py::test_tx_to_beacon_root_contract@e9958ed2.
Generate fixtures for these test cases for Osaka with:
fill -v tests/cancun/eip4788_beacon_root/test_beacon_root_contract.py::test_tx_to_beacon_root_contract --fork Osaka
Tests the beacon root contract using a transaction with different types and data lengths.
Source code in tests/cancun/eip4788_beacon_root/test_beacon_root_contract.py
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
| Test ID (Abbreviated) | tx_type | call_beacon_root_contract | auto_access_list |
|---|---|---|---|
| ...fork_Cancun-tx_type_3-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 3 | True | False |
| ...fork_Cancun-tx_type_3-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 3 | True | True |
| ...fork_Cancun-tx_type_2-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 2 | True | False |
| ...fork_Cancun-tx_type_2-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 2 | True | True |
| ...fork_Cancun-tx_type_1-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 1 | True | False |
| ...fork_Cancun-tx_type_1-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 1 | True | True |
| ...fork_Cancun-tx_type_0-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 0 | True | False |
| ...fork_Cancun-tx_type_0-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 0 | True | True |
| ...fork_Prague-tx_type_4-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 4 | True | False |
| ...fork_Prague-tx_type_4-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 4 | True | True |
| ...fork_Prague-tx_type_3-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 3 | True | False |
| ...fork_Prague-tx_type_3-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 3 | True | True |
| ...fork_Prague-tx_type_2-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 2 | True | False |
| ...fork_Prague-tx_type_2-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 2 | True | True |
| ...fork_Prague-tx_type_1-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 1 | True | False |
| ...fork_Prague-tx_type_1-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 1 | True | True |
| ...fork_Prague-tx_type_0-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 0 | True | False |
| ...fork_Prague-tx_type_0-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 0 | True | True |
| ...fork_Osaka-tx_type_4-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 4 | True | False |
| ...fork_Osaka-tx_type_4-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 4 | True | True |
| ...fork_Osaka-tx_type_3-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 3 | True | False |
| ...fork_Osaka-tx_type_3-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 3 | True | True |
| ...fork_Osaka-tx_type_2-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 2 | True | False |
| ...fork_Osaka-tx_type_2-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 2 | True | True |
| ...fork_Osaka-tx_type_1-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 1 | True | False |
| ...fork_Osaka-tx_type_1-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 1 | True | True |
| ...fork_Osaka-tx_type_0-blockchain_test-call_beacon_root_contract_True-auto_access_list_False | 0 | True | False |
| ...fork_Osaka-tx_type_0-blockchain_test-call_beacon_root_contract_True-auto_access_list_True | 0 | True | True |