test_tload_after_sstore()¶
Documentation for tests/cancun/eip1153_tstore/test_tstorage.py::test_tload_after_sstore@20373115.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip1153_tstore/test_tstorage.py::test_tload_after_sstore --fork Amsterdam
Loading after storing returns the stored value: TSTORE(x, y), TLOAD(x) returns y.
Based on [ethereum/tests/.../18_tloadAfterStoreFiller.yml] (https://github.com/ethereum/tests/blob/ 9b00b68/src/ EIPTestsFiller/StateTests/stEIP1153-transientStorage/ 18_tloadAfterStoreFiller.yml)",
Source code in tests/cancun/eip1153_tstore/test_tstorage.py
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 4 forks.