test_stack_access_opcodes_mainnet()¶
Documentation for tests/amsterdam/eip8024_dupn_swapn_exchange/test_eip_mainnet.py::test_stack_access_opcodes_mainnet@26332146.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8024_dupn_swapn_exchange/test_eip_mainnet.py::test_stack_access_opcodes_mainnet --fork Amsterdam
Test that DUPN, SWAPN and EXCHANGE execute with correct results.
Each opcode moves a distinct planted marker to the top of the stack,
which is then stored. The opcodes do not depend on any environment
value, so the full post-state assertion holds when execute-ed on a
live network. Storage keys start at nonzero canaries so a failed
transaction is distinguishable from a successful one.
Source code in tests/amsterdam/eip8024_dupn_swapn_exchange/test_eip_mainnet.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 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 88 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.