test_blobhash_multiple_txs_in_block()
¶
Documentation for tests/cancun/eip4844_blobs/test_blobhash_opcode.py::test_blobhash_multiple_txs_in_block@0f7c73a7
.
Generate fixtures for these test cases for Prague with:
fill -v tests/cancun/eip4844_blobs/test_blobhash_opcode.py::test_blobhash_multiple_txs_in_block --fork Prague
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
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 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
|
Parametrized Test Cases¶
This test case is only parametrized by fork.
Test ID (Abbreviated) |
---|
...fork_Cancun-blockchain_test |
...fork_Prague-blockchain_test |
...fork_Osaka-blockchain_test |