test_invalid_tx_blob_count()¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_tx_blob_count@892e6d1e.
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
937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 4 forks.