test_invalid_max_blobs_per_tx()¶
Documentation for tests/osaka/eip7594_peerdas/test_max_blob_per_tx.py::test_invalid_max_blobs_per_tx@2867859a.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/osaka/eip7594_peerdas/test_max_blob_per_tx.py::test_invalid_max_blobs_per_tx --fork Amsterdam
Test that transactions exceeding MAX_BLOBS_PER_TX are rejected. Verifies that individual transactions cannot contain more than the maximum allowed number of blobs per transaction, even if the total would be within the block limit.
Source code in tests/osaka/eip7594_peerdas/test_max_blob_per_tx.py
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 2 forks.