test_invalid_tx_blob_count()¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_tx_blob_count@c17999c0.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_tx_blob_count --fork Amsterdam
Reject blocks that include blob transactions with invalid blob counts.
blob count == 0in type 3 transactionblob count > MAX_BLOBS_PER_BLOCKin type 3 transaction
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 4 forks.