Test Calldata¶
Documentation for tests/prague/eip7692_eof_v1/eip7069_extcall/test_calldata.py@091c1aa1
.
Generate fixtures for these test cases for PragueEIP7692 with:
fill -v tests/prague/eip7692_eof_v1/eip7069_extcall/test_calldata.py --fork PragueEIP7692
Tests EIP-7069: Revamped CALL instructions
Tests for the RETURNDATALOAD instriction
Test Functions Overview¶
Name | Type | Cases (PragueEIP7692) | 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. |