Test RETURNDATACOPY Memory Expansion¶
Documentation for tests/prague/eip7692_eof_v1/eip7069_extcall/test_returndatacopy_memory_expansion.py@verkle@v0.0.6.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip7069_extcall/test_returndatacopy_memory_expansion.py --fork=PragueEIP7692 --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Pragueeip7692:
fill -v tests/prague/eip7692_eof_v1/eip7069_extcall/test_returndatacopy_memory_expansion.py --until=PragueEIP7692
Test Functions Overview¶
| Name | Type | Cases | Description |
|---|---|---|---|
test_returndatacopy_memory_expansion |
state_test | 80 | Perform RETURNDATACOPY operations that expand the memory, and verify the gas it costs to do so. |
test_returndatacopy_huge_memory_expansion |
state_test | 24 | Perform RETURNDATACOPY operations that expand the memory by huge amounts, and verify that it |