test_bal_account_touch_system_address()¶
Documentation for tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_opcodes.py::test_bal_account_touch_system_address@c74f1a67.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_opcodes.py::test_bal_account_touch_system_address --fork Amsterdam
Ensure a regular transaction that explicitly touches SYSTEM_ADDRESS via an account-accessing opcode includes SYSTEM_ADDRESS as an account-only BAL entry.
This confirms that SYSTEM_ADDRESS is only excluded from the BAL when it appears as the synthetic caller of a pre-execution system call; a real EVM state access from user code MUST still land in the BAL.
Source code in tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_opcodes.py
348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 | |
Parametrized Test Cases¶
This test generates 6 parametrized test cases across 1 fork.