test_tload_after_tstore()
¶
Documentation for tests/cancun/eip1153_tstore/test_tstorage.py::test_tload_after_tstore@f6ab9733
.
Generate fixtures for these test cases for Cancun with:
Cancun only:
fill -v tests/cancun/eip1153_tstore/test_tstorage.py::test_tload_after_tstore --fork=Cancun --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Cancun:
fill -v tests/cancun/eip1153_tstore/test_tstorage.py::test_tload_after_tstore --until=Cancun
Loading after storing returns the stored value: TSTORE(x, y), TLOAD(x) returns y.
Based on ethereum/tests/.../02_tloadAfterTstoreFiller.yml", # noqa: E501
Source code in tests/cancun/eip1153_tstore/test_tstorage.py
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 89 90 91 |
|