test_blobhash_multiple_txs_in_block()¶
Documentation for tests/cancun/eip4844_blobs/test_blobhash_opcode.py::test_blobhash_multiple_txs_in_block@892e6d1e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_blobhash_opcode.py::test_blobhash_multiple_txs_in_block --fork Amsterdam
Tests that the BLOBHASH opcode returns the appropriate values when there
is more than 1 blob tx type within a block (for tx types 2 and 3).
Scenarios involve tx type 3 followed by tx type 2 running the same code within a block, including the opposite.
Source code in tests/cancun/eip4844_blobs/test_blobhash_opcode.py
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 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 4 forks.