test_call_value_to_new_account_seam()¶
Documentation for tests/amsterdam/eip8038_state_access_gas_cost_increase/test_call_gas.py::test_call_value_to_new_account_seam@343274cc.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8038_state_access_gas_cost_increase/test_call_gas.py::test_call_value_to_new_account_seam --fork Amsterdam
Verify the CALL value-to-new-account execution/state seam.
The EIP-8038 execution dimension is COLD_ACCOUNT_ACCESS +
CALL_VALUE; the account creation charge GAS_NEW_ACCOUNT
lands in the EIP-8037 state dimension. The block header reflects
max(execution, state), which is dominated by the state charge.
Source code in tests/amsterdam/eip8038_state_access_gas_cost_increase/test_call_gas.py
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.