test_access_list_slot_warmth_is_address_scoped()¶
Documentation for tests/amsterdam/eip8038_state_access_gas_cost_increase/test_access_list_gas.py::test_access_list_slot_warmth_is_address_scoped@c74f1a67.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8038_state_access_gas_cost_increase/test_access_list_gas.py::test_access_list_slot_warmth_is_address_scoped --fork Amsterdam
Access-list slot warmth is scoped to (address, slot).
Slot s of account A is listed in the access list. Reading
slot s of A is warm (WARM_SLOAD); reading the same slot
number of a different account B is cold (COLD_STORAGE_ACCESS).
Source code in tests/amsterdam/eip8038_state_access_gas_cost_increase/test_access_list_gas.py
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 322 323 324 325 326 327 328 329 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.