File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
tests/osaka/eip7594_peerdas Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ def generate_full_blob_tests(
202202 """
203203 blob_size = Spec4844 .FIELD_ELEMENTS_PER_BLOB * SpecHelpers .BYTES_PER_FIELD_ELEMENT
204204 max_blobs = fork .max_blobs_per_block ()
205- full_tests = [
205+ return [
206206 pytest .param (
207207 [ # Txs
208208 [ # Blobs per transaction
@@ -242,9 +242,6 @@ def generate_full_blob_tests(
242242 id = "single_blob_max_txs" ,
243243 ),
244244 ]
245- # TODO: Enable all tests
246- full_tests = full_tests [:1 ]
247- return full_tests
248245
249246
250247@pytest .mark .parametrize_by_fork (
@@ -253,7 +250,7 @@ def generate_full_blob_tests(
253250)
254251@pytest .mark .exception_test
255252@pytest .mark .valid_from ("Cancun" )
256- def test_reject_valid_full_blob_in_block_rlp (
253+ def test_get_blobs (
257254 blobs_test : BlobsTestFiller ,
258255 pre : Alloc ,
259256 txs : List [NetworkWrappedTransaction | Transaction ],
You can’t perform that action at this time.
0 commit comments