test_invalid_tx_invalid_auth_chain_id_encoding()¶
Documentation for tests/prague/eip7702_set_code_tx/test_invalid_tx.py::test_invalid_tx_invalid_auth_chain_id_encoding@892e6d1e.
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_auth_chain_id_encoding --fork Amsterdam
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
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | |
Parametrized Test Cases¶
This test generates 6 parametrized test cases across 3 forks.