test_tload_calls()¶
Documentation for tests/cancun/eip1153_tstore/test_tload_calls.py::test_tload_calls@e9958ed2.
Generate fixtures for these test cases for Osaka with:
fill -v tests/cancun/eip1153_tstore/test_tload_calls.py::test_tload_calls --fork Osaka
Ported .json vectors.
(04_tloadAfterCallFiller.yml) Loading a slot after a call to another contract is 0.
(12_tloadDelegateCallFiller.yml) delegatecall reads transient storage in the context of the current address
Source code in tests/cancun/eip1153_tstore/test_tload_calls.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
| Test ID (Abbreviated) | call_type |
|---|---|
| ...fork_Cancun-state_test-call_type_CALL | CALL |
| ...fork_Cancun-state_test-call_type_CALLCODE | CALLCODE |
| ...fork_Cancun-state_test-call_type_DELEGATECALL | DELEGATECALL |
| ...fork_Cancun-blockchain_test_from_state_test-call_type_CALL | CALL |
| ...fork_Cancun-blockchain_test_from_state_test-call_type_CALLCODE | CALLCODE |
| ...fork_Cancun-blockchain_test_from_state_test-call_type_DELEGATECALL | DELEGATECALL |
| ...fork_Prague-state_test-call_type_CALL | CALL |
| ...fork_Prague-state_test-call_type_CALLCODE | CALLCODE |
| ...fork_Prague-state_test-call_type_DELEGATECALL | DELEGATECALL |
| ...fork_Prague-blockchain_test_from_state_test-call_type_CALL | CALL |
| ...fork_Prague-blockchain_test_from_state_test-call_type_CALLCODE | CALLCODE |
| ...fork_Prague-blockchain_test_from_state_test-call_type_DELEGATECALL | DELEGATECALL |
| ...fork_Osaka-state_test-call_type_CALL | CALL |
| ...fork_Osaka-state_test-call_type_CALLCODE | CALLCODE |
| ...fork_Osaka-state_test-call_type_DELEGATECALL | DELEGATECALL |
| ...fork_Osaka-blockchain_test_from_state_test-call_type_CALL | CALL |
| ...fork_Osaka-blockchain_test_from_state_test-call_type_CALLCODE | CALLCODE |
| ...fork_Osaka-blockchain_test_from_state_test-call_type_DELEGATECALL | DELEGATECALL |