test_valid_tx_invalid_chain_id()
¶
Documentation for tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_valid_tx_invalid_chain_id@bc691d13
.
Generate fixtures for these test cases for Prague with:
fill -v tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_valid_tx_invalid_chain_id --fork Prague
Test sending a transaction where the chain id field does not match the current chain's id.
Source code in tests/prague/eip7702_set_code_tx/test_set_code_txs.py
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | auth_chain_id |
---|---|
...fork_Prague-state_test-auth_chain_id=2**256-1 | 115792089237316195423570985008687907853269984665640564039457584007913129639935 |
...fork_Prague-state_test-chain_id=2 | 2 |
...fork_Prague-blockchain_test_from_state_test-auth_chain_id=2**256-1 | 115792089237316195423570985008687907853269984665640564039457584007913129639935 |
...fork_Prague-blockchain_test_from_state_test-chain_id=2 | 2 |
...fork_Osaka-state_test-auth_chain_id=2**256-1 | 115792089237316195423570985008687907853269984665640564039457584007913129639935 |
...fork_Osaka-state_test-chain_id=2 | 2 |
...fork_Osaka-blockchain_test_from_state_test-auth_chain_id=2**256-1 | 115792089237316195423570985008687907853269984665640564039457584007913129639935 |
...fork_Osaka-blockchain_test_from_state_test-chain_id=2 | 2 |