test_blob_tx_attribute_opcodes()¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_opcodes@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_opcodes --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_opcodes --until=Cancun
Test opcodes that read transaction attributes work properly for blob type transactions:
- ORIGIN
- CALLER
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 | |
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_gas_500000-opcode_ORIGIN | ORIGIN | 500000 |
| tx_gas_500000-opcode_CALLER | CALLER | 500000 |
| tx_gas_500000-opcode_ORIGIN | ORIGIN | 500000 |
| tx_gas_500000-opcode_CALLER | CALLER | 500000 |