test_invalid_tx_invalid_address()¶
Documentation for tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_address@20373115.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_address --fork Amsterdam
Test sending a transaction where the address field of an authorization is incorrectly serialized.
Source code in tests/prague/eip7702_set_code_tx/test_invalid_tx.py
399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 3 forks.