test_invalid_tx_invalid_auth_chain_id()
¶
Documentation for tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_auth_chain_id@49a16fac
.
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_auth_chain_id --fork Prague
Test sending a transaction where the chain id field of an authorization overflows the maximum value.
Source code in tests/prague/eip7702_set_code_tx/test_invalid_tx.py
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | delegate_address | auth_chain_id |
---|---|---|
...fork_Prague-transaction_test-reset_delegation_address-auth_chain_id=2**256 | 0x000000000000000000000000000000 0000000000 |
115792089237316195423570985008687907853269984665640564039457584007913129639936 |
...fork_Prague-transaction_test-non_zero_address-auth_chain_id=2**256 | 0x000000000000000000000000000000 0000000001 |
115792089237316195423570985008687907853269984665640564039457584007913129639936 |
...fork_Osaka-transaction_test-reset_delegation_address-auth_chain_id=2**256 | 0x000000000000000000000000000000 0000000000 |
115792089237316195423570985008687907853269984665640564039457584007913129639936 |
...fork_Osaka-transaction_test-non_zero_address-auth_chain_id=2**256 | 0x000000000000000000000000000000 0000000001 |
115792089237316195423570985008687907853269984665640564039457584007913129639936 |