Skip to content

Test Transaction

Documentation for tests/frontier/validation/test_transaction.py@8db70f93.

Generate fixtures for these test cases for Amsterdam with:

fill -v tests/frontier/validation/test_transaction.py --fork Amsterdam

Test the transaction level validations applied from Frontier.

Test Functions Overview

Name Type Cases (Amsterdam) Description
test_sender_balance blockchain_test 3 Tests that the sender has sufficient balance.
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.