Open
Description
To me, the blocks in these two tests seem invalid for the same reason, but they expect different exceptions:
- blobhashListBounds7_d0g0v0_Cancun
- src/GeneralStateTestsFiller/Pyspecs/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_block_blob_count[fork_Cancun-blobs_per_tx_(7,)-blockchain_test-]
Each has one transaction with 7 blobVersionedHashes
so I think they should have TYPE_3_TX_BLOB_COUNT_EXCEEDED
as the expectException
, but the second one expects a TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED
instead.
Metadata
Metadata
Assignees
Labels
No labels