Skip to content

Test Tstorage Reentrancy Contexts

Documentation for tests/cancun/eip1153_tstore/test_tstorage_reentrancy_contexts.py@verkle@v0.0.5.

Generate fixtures for these test cases for Cancun with:

Cancun only:

fill -v tests/cancun/eip1153_tstore/test_tstorage_reentrancy_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_reentrancy_contexts.py --until=Cancun

Tests for EIP-1153: Transient Storage

Test cases for TSTORE and TLOAD opcode calls in reentrancy contexts.

Test Functions Overview

Name Type Cases Description
test_reentrant_call state_test 20 Test transient storage in different reentrancy contexts.