test_correct_excess_blob_gas_calculation()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_correct_excess_blob_gas_calculation@892e6d1e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_correct_excess_blob_gas_calculation --fork Amsterdam
Test calculation of the excessBlobGas increase/decrease across multiple
blocks with and without blobs.
-
With parent block containing
[0, MAX_BLOBS_PER_BLOCK]blobs -
With parent block containing
[0, TARGET_BLOBS_PER_BLOCK]equivalent value of excess blob gas
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
304 305 306 307 308 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 | |
Parametrized Test Cases¶
This test generates 330 parametrized test cases across 4 forks.