test_signature_s_out_of_range()¶
Documentation for tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_signature_s_out_of_range@e9958ed2.
Generate fixtures for these test cases for Osaka with:
fill -v tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_signature_s_out_of_range --fork Osaka
Test sending a transaction with an authorization tuple where the signature
s value is out of range by modifying its value to be SECP256K1N - S and
flipping the v value.
Source code in tests/prague/eip7702_set_code_tx/test_set_code_txs.py
2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 | |
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 |