test_tx_at_nonce_max_minus_one_create()¶
Documentation for tests/frontier/eip2681_limit_account_nonce/test_nonce_reaching_max.py::test_tx_at_nonce_max_minus_one_create@8acae1b0.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/frontier/eip2681_limit_account_nonce/test_nonce_reaching_max.py::test_tx_at_nonce_max_minus_one_create --fork Amsterdam
Test that a top-level CREATE transaction from a sender at the highest
usable nonce (2**64 - 2) executes normally, creating a contract and
bumping the sender to the maximum nonce (2**64 - 1).
Source code in tests/frontier/eip2681_limit_account_nonce/test_nonce_reaching_max.py
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 16 forks.