test_eof_calls_legacy_sstore()¶
Documentation for tests/prague/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_legacy_sstore@verkle@v0.0.6.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_legacy_sstore --fork=PragueEIP7692 --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Pragueeip7692:
fill -v tests/prague/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_legacy_sstore --until=PragueEIP7692
Test EOF contracts calling Legacy contracts that use SSTORE
Source code in tests/prague/eip7692_eof_v1/eip7069_extcall/test_calls.py
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 381 382 383 384 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Skipped Parameters
For more concise readability, the table below does not list the following parameter values:
fork, blockchain_test, state_test, state_test_only, eof_test, eof_state_test.
| Test ID | opcode |
|---|---|
| opcode_EXTCALL | EXTCALL |
| opcode_EXTDELEGATECALL | EXTDELEGATECALL |
| opcode_EXTSTATICCALL | EXTSTATICCALL |
| opcode_EXTCALL | EXTCALL |
| opcode_EXTDELEGATECALL | EXTDELEGATECALL |
| opcode_EXTSTATICCALL | EXTSTATICCALL |