test_correct_increasing_blob_gas_costs()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_correct_increasing_blob_gas_costs@21507778.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_correct_increasing_blob_gas_costs --fork Amsterdam
Test calculation of the excessBlobGas and blob gas tx costs at value
points where the cost increases to interesting amounts.
- At the first blob gas cost increase (1 to 2)
- At total transaction data cost increase to
> 2^32 - At blob gas wei cost increase to
> 2^32 - At total transaction data cost increase to
> 2^64 - At blob gas wei cost increase to
> 2^64 - At blob gas wei cost increase of around current total Ether supply
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
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 | |
Parametrized Test Cases¶
This test generates 6 parametrized test cases across 4 forks.