test_blob_tx_attribute_value_opcode()¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_value_opcode@verkle@v0.0.6.
Generate fixtures for these test cases for Cancun with:
Cancun only:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_value_opcode --fork=Cancun --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Cancun:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_value_opcode --until=Cancun
Test the VALUE opcode with different blob type transaction value amounts.
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Skipped Parameters
For more concise readability, the table below does not list the following parameter values:
fork, blockchain_test, state_test, state_test_only, eof_test, eof_state_test.
| Test ID | opcode | tx_gas | tx_value |
|---|---|---|---|
| tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
| tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
| tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |
| tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
| tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
| tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |