test_precompile_absence()
¶
Documentation for tests/frontier/precompiles/test_precompile_absence.py::test_precompile_absence@21fb11c8
.
Generate fixtures for these test cases for Prague with:
fill -v tests/frontier/precompiles/test_precompile_absence.py::test_precompile_absence --fork Prague
Test that addresses close to zero are not precompiles unless active in the fork.
Source code in tests/frontier/precompiles/test_precompile_absence.py
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 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | calldata_size |
---|---|
...fork_Byzantium-state_test-empty_calldata | 0 |
...fork_Byzantium-state_test-31_bytes | 31 |
...fork_Byzantium-state_test-32_bytes | 32 |
...fork_Byzantium-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Byzantium-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Byzantium-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Constantinople-state_test-empty_calldata | 0 |
...fork_Constantinople-state_test-31_bytes | 31 |
...fork_Constantinople-state_test-32_bytes | 32 |
...fork_Constantinople-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Constantinople-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Constantinople-blockchain_test_from_state_test-32_bytes | 32 |
...fork_ConstantinopleFix-state_test-empty_calldata | 0 |
...fork_ConstantinopleFix-state_test-31_bytes | 31 |
...fork_ConstantinopleFix-state_test-32_bytes | 32 |
...fork_ConstantinopleFix-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_ConstantinopleFix-blockchain_test_from_state_test-31_bytes | 31 |
...fork_ConstantinopleFix-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Istanbul-state_test-empty_calldata | 0 |
...fork_Istanbul-state_test-31_bytes | 31 |
...fork_Istanbul-state_test-32_bytes | 32 |
...fork_Istanbul-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Istanbul-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Istanbul-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Berlin-state_test-empty_calldata | 0 |
...fork_Berlin-state_test-31_bytes | 31 |
...fork_Berlin-state_test-32_bytes | 32 |
...fork_Berlin-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Berlin-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Berlin-blockchain_test_from_state_test-32_bytes | 32 |
...fork_London-state_test-empty_calldata | 0 |
...fork_London-state_test-31_bytes | 31 |
...fork_London-state_test-32_bytes | 32 |
...fork_London-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_London-blockchain_test_from_state_test-31_bytes | 31 |
...fork_London-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Paris-state_test-empty_calldata | 0 |
...fork_Paris-state_test-31_bytes | 31 |
...fork_Paris-state_test-32_bytes | 32 |
...fork_Paris-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Paris-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Paris-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Shanghai-state_test-empty_calldata | 0 |
...fork_Shanghai-state_test-31_bytes | 31 |
...fork_Shanghai-state_test-32_bytes | 32 |
...fork_Shanghai-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Shanghai-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Shanghai-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Cancun-state_test-empty_calldata | 0 |
...fork_Cancun-state_test-31_bytes | 31 |
...fork_Cancun-state_test-32_bytes | 32 |
...fork_Cancun-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Cancun-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Cancun-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Prague-state_test-empty_calldata | 0 |
...fork_Prague-state_test-31_bytes | 31 |
...fork_Prague-state_test-32_bytes | 32 |
...fork_Prague-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Prague-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Prague-blockchain_test_from_state_test-32_bytes | 32 |
...fork_Osaka-state_test-empty_calldata | 0 |
...fork_Osaka-state_test-31_bytes | 31 |
...fork_Osaka-state_test-32_bytes | 32 |
...fork_Osaka-blockchain_test_from_state_test-empty_calldata | 0 |
...fork_Osaka-blockchain_test_from_state_test-31_bytes | 31 |
...fork_Osaka-blockchain_test_from_state_test-32_bytes | 32 |