test_sufficient_balance_blob_tx()¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_sufficient_balance_blob_tx@c17999c0.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_sufficient_balance_blob_tx --fork Amsterdam
Check that transaction is accepted when user can exactly afford the blob gas specified (and max_fee_per_gas would be enough for current block).
- Transactions with max fee equal or higher than current block base fee
- Transactions with and without priority fee
- Transactions with and without value
- Transactions with and without calldata
- Transactions with max fee per blob gas lower or higher than the priority fee
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 | |
Parametrized Test Cases¶
This test generates 576 parametrized test cases across 4 forks.