Test Data Opcodes¶
Documentation for tests/prague/eip7692_eof_v1/eip7480_data_section/test_data_opcodes.py
.
Generate fixtures for these test cases for Prague with:
Prague only:
fill -v tests/prague/eip7692_eof_v1/eip7480_data_section/test_data_opcodes.py --fork=Prague --evm-bin=/path/to/evm-tool-dev-version
fill -v tests/prague/eip7692_eof_v1/eip7480_data_section/test_data_opcodes.py --until=Prague --evm-bin=/path/to/evm-tool-dev-version
Execution of DATA* opcodes within EOF V1 containers tests
test_data_section_succeed(state_test, pre, offset, datasize)
¶
Test simple contracts that are simply expected to succeed on call.
Source code in tests/prague/eip7692_eof_v1/eip7480_data_section/test_data_opcodes.py
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
|