test_invalid_normal_gas()¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_normal_gas@verkle@v0.0.6.
Generate fixtures for these test cases for Cancun with:
Cancun only:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_normal_gas --fork=Cancun --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Cancun:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_normal_gas --until=Cancun
Reject an invalid blob transaction due to:
- Sufficient max fee per blob gas, but insufficient max fee per gas
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Skipped Parameters
For more concise readability, the table below does not list the following parameter values:
fork, blockchain_test, state_test, state_test_only, eof_test, eof_state_test.
| Test ID | tx_max_fee_per_gas | tx_error |
|---|---|---|
| insufficient_max_fee_per_gas | 6 | TransactionException.INSUFFICIENT_MAX_FEE_PER_GAS |
| insufficient_max_fee_per_gas | 6 | TransactionException.INSUFFICIENT_MAX_FEE_PER_GAS |