Test Point Evaluation Precompile Gas¶
Documentation for tests/cancun/eip4844_blobs/test_point_evaluation_precompile_gas.py
.
Generate fixtures for these test cases for Cancun with:
Cancun only:
fill -v tests/cancun/eip4844_blobs/test_point_evaluation_precompile_gas.py --fork=Cancun --evm-bin=/path/to/evm-tool-dev-version
fill -v tests/cancun/eip4844_blobs/test_point_evaluation_precompile_gas.py --until=Cancun --evm-bin=/path/to/evm-tool-dev-version
abstract: Tests gas usage on point evaluation precompile for EIP-4844: Shard Blob Transactions
Test gas usage on point evaluation precompile for [EIP-4844: Shard Blob Transactions](https://eips.ethereum.org/EIPS/eip-4844).
test_point_evaluation_precompile_gas_usage(blockchain_test, pre, tx, post)
¶
Test point evaluation precompile gas usage under different call contexts and gas limits:
- Test using all call types (CALL, DELEGATECALL, CALLCODE, STATICCALL)
- Test using different gas limits (exact gas, insufficient gas, extra gas)
- Test using correct and incorrect proofs
Source code in tests/cancun/eip4844_blobs/test_point_evaluation_precompile_gas.py
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 |
|