test_blob_tx_attribute_gasprice_opcode()¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_gasprice_opcode@892e6d1e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_gasprice_opcode --fork Amsterdam
Test GASPRICE opcode to sanity check that the blob gas fee does not affect its calculation.
- No priority fee
- Priority fee below data fee
- Priority fee above data fee
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 4 forks.