Test Blobgasfee Opcode¶
Documentation for tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py@verkle@v0.0.4
.
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
Tests EIP-7516: BLOBBASEFEE opcode
Test BLOBGASFEE opcode EIP-7516: BLOBBASEFEE opcode
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. |