Test Calldata¶
Documentation for tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calldata.py@206854b5
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calldata.py --fork Osaka
Tests EIP-7069: Revamped CALL instructions
Tests for the RETURNDATALOAD instriction
Test Functions Overview¶
Name | Type | Cases (Osaka) | Description |
---|---|---|---|
test_extcalls_inputdata |
state_test | 128 | Tests call data into EXT*CALL including multiple offset conditions. |
test_extdelegatecall_inputdata |
state_test | 64 | Tests call data into EXT*CALL including multiple offset conditions. |
test_extstaticcall_inputdata |
state_test | 64 | Tests call data into EXT*CALL including multiple offset conditions. |
test_calldata_remains_after_subcall |
state_test | 7 | Tests call data remains after a call to another contract. |