test_insufficient_balance_blob_tx_combinations()
¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_insufficient_balance_blob_tx_combinations@21fb11c8
.
Generate fixtures for these test cases for Prague with:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_insufficient_balance_blob_tx_combinations --fork Prague
Reject all valid blob transaction combinations in a block, but block is invalid.
- The amount of blobs is correct but the user cannot afford the transaction total cost
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | blobs_per_tx | tx_error | account_balance_modifier |
---|---|---|---|
...fork_Cancun-blobs_per_tx_(1,)-blockchain_test--exact_balance_minus_1 | (1,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2,)-blockchain_test--exact_balance_minus_1 | (2,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 2)-blockchain_test--exact_balance_minus_1 | (1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(3,)-blockchain_test--exact_balance_minus_1 | (3,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 1)-blockchain_test--exact_balance_minus_1 | (2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 3)-blockchain_test--exact_balance_minus_1 | (1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(4,)-blockchain_test--exact_balance_minus_1 | (4,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(3, 1)-blockchain_test--exact_balance_minus_1 | (3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 4)-blockchain_test--exact_balance_minus_1 | (1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 3)-blockchain_test--exact_balance_minus_1 | (2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(5,)-blockchain_test--exact_balance_minus_1 | (5,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(3, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 2, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(4, 1)-blockchain_test--exact_balance_minus_1 | (4, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(3, 2)-blockchain_test--exact_balance_minus_1 | (3, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(1, 5)-blockchain_test--exact_balance_minus_1 | (1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 4)-blockchain_test--exact_balance_minus_1 | (2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(3, 3)-blockchain_test--exact_balance_minus_1 | (3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(6,)-blockchain_test--exact_balance_minus_1 | (6,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(3, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(2, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(4, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(3, 2, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(5, 1)-blockchain_test--exact_balance_minus_1 | (5, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Cancun-blobs_per_tx_(4, 2)-blockchain_test--exact_balance_minus_1 | (4, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1,)-blockchain_test--exact_balance_minus_1 | (1,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2,)-blockchain_test--exact_balance_minus_1 | (2,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2)-blockchain_test--exact_balance_minus_1 | (1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3,)-blockchain_test--exact_balance_minus_1 | (3,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 1)-blockchain_test--exact_balance_minus_1 | (2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 3)-blockchain_test--exact_balance_minus_1 | (1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4,)-blockchain_test--exact_balance_minus_1 | (4,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 1)-blockchain_test--exact_balance_minus_1 | (3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 4)-blockchain_test--exact_balance_minus_1 | (1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 3)-blockchain_test--exact_balance_minus_1 | (2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5,)-blockchain_test--exact_balance_minus_1 | (5,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 1)-blockchain_test--exact_balance_minus_1 | (4, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2)-blockchain_test--exact_balance_minus_1 | (3, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 5)-blockchain_test--exact_balance_minus_1 | (1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 4)-blockchain_test--exact_balance_minus_1 | (2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 3)-blockchain_test--exact_balance_minus_1 | (3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(6,)-blockchain_test--exact_balance_minus_1 | (6,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 1)-blockchain_test--exact_balance_minus_1 | (5, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 2)-blockchain_test--exact_balance_minus_1 | (4, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 3)-blockchain_test--exact_balance_minus_1 | (2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 6)-blockchain_test--exact_balance_minus_1 | (1, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 5)-blockchain_test--exact_balance_minus_1 | (2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 4)-blockchain_test--exact_balance_minus_1 | (3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(7,)-blockchain_test--exact_balance_minus_1 | (7,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 2, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 3, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 2)-blockchain_test--exact_balance_minus_1 | (3, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(6, 1)-blockchain_test--exact_balance_minus_1 | (6, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 2)-blockchain_test--exact_balance_minus_1 | (5, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 3)-blockchain_test--exact_balance_minus_1 | (4, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 6)-blockchain_test--exact_balance_minus_1 | (1, 1, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 5)-blockchain_test--exact_balance_minus_1 | (1, 2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 3, 4)-blockchain_test--exact_balance_minus_1 | (1, 3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 4)-blockchain_test--exact_balance_minus_1 | (2, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 3, 3)-blockchain_test--exact_balance_minus_1 | (2, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 7)-blockchain_test--exact_balance_minus_1 | (1, 7) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 6)-blockchain_test--exact_balance_minus_1 | (2, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 5)-blockchain_test--exact_balance_minus_1 | (3, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 4)-blockchain_test--exact_balance_minus_1 | (4, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(8,)-blockchain_test--exact_balance_minus_1 | (8,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 3, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(6, 1, 1)-blockchain_test--exact_balance_minus_1 | (6, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 2, 1)-blockchain_test--exact_balance_minus_1 | (5, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 3, 1)-blockchain_test--exact_balance_minus_1 | (4, 3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 2, 2)-blockchain_test--exact_balance_minus_1 | (4, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 3, 2)-blockchain_test--exact_balance_minus_1 | (3, 3, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(7, 1)-blockchain_test--exact_balance_minus_1 | (7, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(6, 2)-blockchain_test--exact_balance_minus_1 | (6, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 3)-blockchain_test--exact_balance_minus_1 | (5, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 1, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 2, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 1, 6)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 2, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 3, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 2, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 2, 3)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 1, 7)-blockchain_test--exact_balance_minus_1 | (1, 1, 7) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 2, 6)-blockchain_test--exact_balance_minus_1 | (1, 2, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 3, 5)-blockchain_test--exact_balance_minus_1 | (1, 3, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 4, 4)-blockchain_test--exact_balance_minus_1 | (1, 4, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 5)-blockchain_test--exact_balance_minus_1 | (2, 2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 3, 4)-blockchain_test--exact_balance_minus_1 | (2, 3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 3, 3)-blockchain_test--exact_balance_minus_1 | (3, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(1, 8)-blockchain_test--exact_balance_minus_1 | (1, 8) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 7)-blockchain_test--exact_balance_minus_1 | (2, 7) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 6)-blockchain_test--exact_balance_minus_1 | (3, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 5)-blockchain_test--exact_balance_minus_1 | (4, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(9,)-blockchain_test--exact_balance_minus_1 | (9,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 3, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(2, 2, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(6, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (6, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 3, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 3, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 3, 2, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(3, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (3, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(7, 1, 1)-blockchain_test--exact_balance_minus_1 | (7, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(6, 2, 1)-blockchain_test--exact_balance_minus_1 | (6, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 3, 1)-blockchain_test--exact_balance_minus_1 | (5, 3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 4, 1)-blockchain_test--exact_balance_minus_1 | (4, 4, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 2, 2)-blockchain_test--exact_balance_minus_1 | (5, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(4, 3, 2)-blockchain_test--exact_balance_minus_1 | (4, 3, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(8, 1)-blockchain_test--exact_balance_minus_1 | (8, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(7, 2)-blockchain_test--exact_balance_minus_1 | (7, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(6, 3)-blockchain_test--exact_balance_minus_1 | (6, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Prague-blobs_per_tx_(5, 4)-blockchain_test--exact_balance_minus_1 | (5, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1,)-blockchain_test--exact_balance_minus_1 | (1,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2,)-blockchain_test--exact_balance_minus_1 | (2,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2)-blockchain_test--exact_balance_minus_1 | (1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3,)-blockchain_test--exact_balance_minus_1 | (3,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 1)-blockchain_test--exact_balance_minus_1 | (2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 3)-blockchain_test--exact_balance_minus_1 | (1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4,)-blockchain_test--exact_balance_minus_1 | (4,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 1)-blockchain_test--exact_balance_minus_1 | (3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 4)-blockchain_test--exact_balance_minus_1 | (1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 3)-blockchain_test--exact_balance_minus_1 | (2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5,)-blockchain_test--exact_balance_minus_1 | (5,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 1)-blockchain_test--exact_balance_minus_1 | (4, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2)-blockchain_test--exact_balance_minus_1 | (3, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 5)-blockchain_test--exact_balance_minus_1 | (1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 4)-blockchain_test--exact_balance_minus_1 | (2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 3)-blockchain_test--exact_balance_minus_1 | (3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(6,)-blockchain_test--exact_balance_minus_1 | (6,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 1)-blockchain_test--exact_balance_minus_1 | (5, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 2)-blockchain_test--exact_balance_minus_1 | (4, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 3)-blockchain_test--exact_balance_minus_1 | (2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 6)-blockchain_test--exact_balance_minus_1 | (1, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 5)-blockchain_test--exact_balance_minus_1 | (2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 4)-blockchain_test--exact_balance_minus_1 | (3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(7,)-blockchain_test--exact_balance_minus_1 | (7,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 2, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 3, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 2)-blockchain_test--exact_balance_minus_1 | (3, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(6, 1)-blockchain_test--exact_balance_minus_1 | (6, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 2)-blockchain_test--exact_balance_minus_1 | (5, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 3)-blockchain_test--exact_balance_minus_1 | (4, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 6)-blockchain_test--exact_balance_minus_1 | (1, 1, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 5)-blockchain_test--exact_balance_minus_1 | (1, 2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 3, 4)-blockchain_test--exact_balance_minus_1 | (1, 3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 4)-blockchain_test--exact_balance_minus_1 | (2, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 3, 3)-blockchain_test--exact_balance_minus_1 | (2, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 7)-blockchain_test--exact_balance_minus_1 | (1, 7) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 6)-blockchain_test--exact_balance_minus_1 | (2, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 5)-blockchain_test--exact_balance_minus_1 | (3, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 4)-blockchain_test--exact_balance_minus_1 | (4, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(8,)-blockchain_test--exact_balance_minus_1 | (8,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 3, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(6, 1, 1)-blockchain_test--exact_balance_minus_1 | (6, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 2, 1)-blockchain_test--exact_balance_minus_1 | (5, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 3, 1)-blockchain_test--exact_balance_minus_1 | (4, 3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 2, 2)-blockchain_test--exact_balance_minus_1 | (4, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 3, 2)-blockchain_test--exact_balance_minus_1 | (3, 3, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(7, 1)-blockchain_test--exact_balance_minus_1 | (7, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(6, 2)-blockchain_test--exact_balance_minus_1 | (6, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 3)-blockchain_test--exact_balance_minus_1 | (5, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 1, 1, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 1, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 1, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 1, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 1, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 1, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 1, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 1, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 2, 2, 3)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 1, 6)-blockchain_test--exact_balance_minus_1 | (1, 1, 1, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 2, 5)-blockchain_test--exact_balance_minus_1 | (1, 1, 2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 3, 4)-blockchain_test--exact_balance_minus_1 | (1, 1, 3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 2, 4)-blockchain_test--exact_balance_minus_1 | (1, 2, 2, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 3, 3)-blockchain_test--exact_balance_minus_1 | (1, 2, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 2, 3)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 1, 7)-blockchain_test--exact_balance_minus_1 | (1, 1, 7) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 2, 6)-blockchain_test--exact_balance_minus_1 | (1, 2, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 3, 5)-blockchain_test--exact_balance_minus_1 | (1, 3, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 4, 4)-blockchain_test--exact_balance_minus_1 | (1, 4, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 5)-blockchain_test--exact_balance_minus_1 | (2, 2, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 3, 4)-blockchain_test--exact_balance_minus_1 | (2, 3, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 3, 3)-blockchain_test--exact_balance_minus_1 | (3, 3, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(1, 8)-blockchain_test--exact_balance_minus_1 | (1, 8) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 7)-blockchain_test--exact_balance_minus_1 | (2, 7) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 6)-blockchain_test--exact_balance_minus_1 | (3, 6) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 5)-blockchain_test--exact_balance_minus_1 | (4, 5) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(9,)-blockchain_test--exact_balance_minus_1 | (9,) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 1, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 1, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 1, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 1, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 1, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 1, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 1, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 1, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 2, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 3, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (3, 2, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(2, 2, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (2, 2, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(6, 1, 1, 1)-blockchain_test--exact_balance_minus_1 | (6, 1, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 2, 1, 1)-blockchain_test--exact_balance_minus_1 | (5, 2, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 3, 1, 1)-blockchain_test--exact_balance_minus_1 | (4, 3, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 2, 2, 1)-blockchain_test--exact_balance_minus_1 | (4, 2, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 3, 2, 1)-blockchain_test--exact_balance_minus_1 | (3, 3, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(3, 2, 2, 2)-blockchain_test--exact_balance_minus_1 | (3, 2, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(7, 1, 1)-blockchain_test--exact_balance_minus_1 | (7, 1, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(6, 2, 1)-blockchain_test--exact_balance_minus_1 | (6, 2, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 3, 1)-blockchain_test--exact_balance_minus_1 | (5, 3, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 4, 1)-blockchain_test--exact_balance_minus_1 | (4, 4, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 2, 2)-blockchain_test--exact_balance_minus_1 | (5, 2, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(4, 3, 2)-blockchain_test--exact_balance_minus_1 | (4, 3, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(8, 1)-blockchain_test--exact_balance_minus_1 | (8, 1) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(7, 2)-blockchain_test--exact_balance_minus_1 | (7, 2) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(6, 3)-blockchain_test--exact_balance_minus_1 | (6, 3) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |
...fork_Osaka-blobs_per_tx_(5, 4)-blockchain_test--exact_balance_minus_1 | (5, 4) | TransactionException.INSUFFICIENT_ACCOUNT_FUNDS | -1 |