Test Transaction¶
Documentation for tests/frontier/validation/test_transaction.py@7b8124a7.
Generate fixtures for these test cases for Osaka with:
fill -v tests/frontier/validation/test_transaction.py --fork Osaka
Test Functions Overview¶
| Name | Type | Cases (Osaka) | Description |
|---|---|---|---|
test_tx_gas_limit |
blockchain_test | 1 | Tests that if a tx gas limit is higher than the block gas limit, |
test_tx_nonce |
blockchain_test | 3 | Tests that the tx nonce matches the account nonce. |
test_sender_balance |
blockchain_test | 3 | Tests that the sender has sufficient balance. |