Skip to content

Test Blobgasfee Opcode

Documentation for tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py@verkle@v0.0.6.

Generate fixtures for these test cases for Cancun with:

Cancun only:

fill -v tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py --fork=Cancun --evm-bin=/path/to/evm-tool-dev-version

For all forks up to and including Cancun:

fill -v tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py --until=Cancun

Test Functions Overview

Name Type Cases Description
test_blobbasefee_stack_overflow state_test 4 Tests that the BLOBBASEFEE opcode produces a stack overflow by using it repeatedly.
test_blobbasefee_out_of_gas state_test 4 Tests that the BLOBBASEFEE opcode fails with insufficient gas.