test_tx_nonce_overflow()¶
Documentation for tests/frontier/validation/test_transaction.py::test_tx_nonce_overflow@5fa5938b.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/frontier/validation/test_transaction.py::test_tx_nonce_overflow --fork Amsterdam
Test that a transaction with a nonce that does not fit in 64 bits is rejected at deserialization.
Source code in tests/frontier/validation/test_transaction.py
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 16 forks.