Test Tstorage Execution Contexts¶
Documentation for tests/cancun/eip1153_tstore/test_tstorage_execution_contexts.py@f6ab9733
.
Generate fixtures for these test cases for Cancun with:
Cancun only:
fill -v tests/cancun/eip1153_tstore/test_tstorage_execution_contexts.py --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_execution_contexts.py --until=Cancun
Tests for EIP-1153: Transient Storage
Test cases for TSTORE
and TLOAD
opcode calls in different execution contexts.
Test Functions Overview¶
Name | Type | Cases | Description |
---|---|---|---|
test_subcall |
state_test | 60 | Test transient storage with a subcall using the following opcodes:(📖🐛?) |