test_worst_storage_access_warm()
¶
Documentation for tests/zkevm/test_worst_stateful_opcodes.py::test_worst_storage_access_warm@64f949d0
.
Generate fixtures for these test cases for Prague with:
fill -v tests/zkevm/test_worst_stateful_opcodes.py::test_worst_storage_access_warm --fork Prague
Test running a block with as many warm storage slot accesses as possible.
Source code in tests/zkevm/test_worst_stateful_opcodes.py
309 310 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 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | storage_action |
---|---|
...fork_Cancun-blockchain_test-SLOAD | 1 |
...fork_Cancun-blockchain_test-SSTORE same value | 2 |
...fork_Cancun-blockchain_test-SSTORE new value | 3 |
...fork_Prague-blockchain_test-SLOAD | 1 |
...fork_Prague-blockchain_test-SSTORE same value | 2 |
...fork_Prague-blockchain_test-SSTORE new value | 3 |
...fork_Osaka-blockchain_test-SLOAD | 1 |
...fork_Osaka-blockchain_test-SSTORE same value | 2 |
...fork_Osaka-blockchain_test-SSTORE new value | 3 |