test_system_contract_deployment()
¶
Documentation for tests/prague/eip2935_historical_block_hashes_from_state/test_contract_deployment.py::test_system_contract_deployment@49a16fac
.
Generate fixtures for these test cases for Prague with:
fill -v tests/prague/eip2935_historical_block_hashes_from_state/test_contract_deployment.py::test_system_contract_deployment --fork Prague
Verify deployment of the block hashes system contract.
Source code in tests/prague/eip2935_historical_block_hashes_from_state/test_contract_deployment.py
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 |
|
Parametrized Test Cases¶
This test case is only parametrized by fork.
Test ID (Abbreviated) | test_type | has_balance |
---|---|---|
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_before_fork-nonzero_balance | DeploymentTestType.DEPLOY_BEFORE_FORK | ContractAddressHasBalance.NONZERO_BALANCE |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_before_fork-zero_balance | DeploymentTestType.DEPLOY_BEFORE_FORK | ContractAddressHasBalance.ZERO_BALANCE |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_after_fork-nonzero_balance | DeploymentTestType.DEPLOY_AFTER_FORK | ContractAddressHasBalance.NONZERO_BALANCE |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_after_fork-zero_balance | DeploymentTestType.DEPLOY_AFTER_FORK | ContractAddressHasBalance.ZERO_BALANCE |