test_invalid_pre_fork_block_with_bal_hash_field()¶
Documentation for tests/amsterdam/eip7928_block_level_access_lists/test_fork_transition.py::test_invalid_pre_fork_block_with_bal_hash_field@87aba1a3.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7928_block_level_access_lists/test_fork_transition.py::test_invalid_pre_fork_block_with_bal_hash_field --fork Amsterdam
Reject a pre-Amsterdam block whose header carries
block_access_list_hash.
The engine fixture sends a pre-Amsterdam newPayload carrying an
empty blockAccessList param; the client's reconstructed header
omits the hash, so the block hash check fails.
Source code in tests/amsterdam/eip7928_block_level_access_lists/test_fork_transition.py
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.