## TransactionException.INSUFFICIENT_MAX_FEE_PER_GAS We would expect something like the following: **max fee per gas less than block base fee** - tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_set_code_transaction_fee_validations[fork_Prague-blockchain_test_engine_from_state_test-insufficient_max_fee_per_gas] - tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_normal_gas[fork_Prague-blockchain_test_engine_from_state_test-insufficient_max_fee_per_gas] ## TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED We would expect something like the following: **Invalid Blob Count** - tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_tx_blob_count[fork_Prague-too_many_blobs-blockchain_test_engine_from_state_test] ## TransactionException.TYPE_4_EMPTY_AUTHORIZATION_LIST We would expect something like the following: **transaction invalid transaction code delegation transactions must have a non-empty code delegation list** - tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_empty_authorization_list[fork_Prague-blockchain_test_engine_from_state_test] ## TransactionException.TYPE_4_TX_CONTRACT_CREATION We would expect something like the following: **transaction invalid transaction code delegation transactions must have a to address**. - tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_contract_create[fork_Prague-blockchain_test_engine_from_state_test]