test_blob_tx_attribute_gasprice_opcode()
Test GASPRICE opcode to sanity check that the blob gas fee does not affect
Test ID | opcode | tx_gas | tx_max_fee_per_gas | tx_max_fee_per_blob_gas | tx_max_priority_fee_per_gas |
---|---|---|---|---|---|
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_1-tx_max_priority_fee_per_gas_0 | GASPRICE | 500000 | 100 | 1 | 0 |
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_1-tx_max_priority_fee_per_gas_2 | GASPRICE | 500000 | 100 | 1 | 2 |
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_3-tx_max_priority_fee_per_gas_0 | GASPRICE | 500000 | 100 | 3 | 0 |
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_3-tx_max_priority_fee_per_gas_2 | GASPRICE | 500000 | 100 | 3 | 2 |
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_1-tx_max_priority_fee_per_gas_0 | GASPRICE | 500000 | 100 | 1 | 0 |
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_1-tx_max_priority_fee_per_gas_2 | GASPRICE | 500000 | 100 | 1 | 2 |
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_3-tx_max_priority_fee_per_gas_0 | GASPRICE | 500000 | 100 | 3 | 0 |
tx_gas_500000-opcode_GASPRICE-tx_max_fee_per_gas_100-tx_max_fee_per_blob_gas_3-tx_max_priority_fee_per_gas_2 | GASPRICE | 500000 | 100 | 3 | 2 |