test_blob_tx_attribute_value_opcode()
¶
Documentation for tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_value_opcode@21fb11c8
.
Generate fixtures for these test cases for Prague with:
fill -v tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_value_opcode --fork Prague
Test the VALUE opcode with different blob type transaction value amounts.
Source code in tests/cancun/eip4844_blobs/test_blob_txs.py
1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | opcode | tx_gas | tx_value |
---|---|---|---|
...fork_Cancun-state_test-tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
...fork_Cancun-state_test-tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
...fork_Cancun-state_test-tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |
...fork_Cancun-blockchain_test_from_state_test-tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
...fork_Cancun-blockchain_test_from_state_test-tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
...fork_Cancun-blockchain_test_from_state_test-tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |
...fork_Prague-state_test-tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
...fork_Prague-state_test-tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
...fork_Prague-state_test-tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |
...fork_Prague-blockchain_test_from_state_test-tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
...fork_Prague-blockchain_test_from_state_test-tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
...fork_Prague-blockchain_test_from_state_test-tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |
...fork_Osaka-state_test-tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
...fork_Osaka-state_test-tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
...fork_Osaka-state_test-tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |
...fork_Osaka-blockchain_test_from_state_test-tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
...fork_Osaka-blockchain_test_from_state_test-tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
...fork_Osaka-blockchain_test_from_state_test-tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |