test_set_code_multiple_valid_authorization_tuples_first_invalid_same_signer()¶
Documentation for tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_set_code_multiple_valid_authorization_tuples_first_invalid_same_signer@88e9fb8f.
Generate fixtures for these test cases for Osaka with:
fill -v tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_set_code_multiple_valid_authorization_tuples_first_invalid_same_signer --fork Osaka
Test setting the code of an account with multiple authorization tuples from the same signer but the first tuple is invalid.
Source code in tests/prague/eip7702_set_code_tx/test_set_code_txs.py
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 | |
Parametrized Test Cases¶
This test case is only parametrized by fork and fixture format.
| Test ID (Abbreviated) |
|---|
| ...fork_Prague-state_test |
| ...fork_Prague-blockchain_test_from_state_test |
| ...fork_Osaka-state_test |
| ...fork_Osaka-blockchain_test_from_state_test |