test_invalid_tx_invalid_nonce_encoding()
¶
Documentation for tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_nonce_encoding@44293f1e
.
Generate fixtures for these test cases for Prague with:
fill -v tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_nonce_encoding --fork Prague
Test sending a transaction where the chain id field of an authorization has an incorrect encoding.
Source code in tests/prague/eip7702_set_code_tx/test_invalid_tx.py
321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | delegate_address |
---|---|
...fork_Prague-transaction_test-reset_delegation_address | 0x000000000000000000000000000000 0000000000 |
...fork_Prague-transaction_test-non_zero_address | 0x000000000000000000000000000000 0000000001 |
...fork_Osaka-transaction_test-reset_delegation_address | 0x000000000000000000000000000000 0000000000 |
...fork_Osaka-transaction_test-non_zero_address | 0x000000000000000000000000000000 0000000001 |