test_create_opcode_balance_only_target()¶
Documentation for tests/frontier/create/test_create_collision.py::test_create_opcode_balance_only_target@49633827.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/frontier/create/test_create_collision.py::test_create_opcode_balance_only_target --fork Amsterdam
Test that a contract creation opcode succeeds when the target address has only a balance: an account with zero nonce, no code and no storage is not a collision (EIP-684).
Source code in tests/frontier/create/test_create_collision.py
311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 16 forks.