Commit db60338
feat(fw,tests): EIP-6110, EIP-7002, EIP-7251, EIP-7702: Pectra Devnet-4 updates (#832)
* fix(forks): Update 7002, 7251 contracts
* feat(forks): Add 7685 methods
* fix(fw): Remove requests from block body, add as parameters for new payload
* refactor(tests): Refactor requests usages, add more 7685 tests
* feat(tests): EIP-7702, #8929 changes - Incomplete
* Update tests/prague/eip7702_set_code_tx/spec.py
Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
* feat(exceptions): Add invalid authorization format exception
* new(tests): EIP 7702: chain id/nonce overflow tests
* new(tests): EIP 7702: delegation clearing test
* new(tests): EIP 7702: delegation clearing on failure test
* new(tests): EIP 7702: fixup
* new(tests): EIP 7702: test deployting a delegation-like contract
* fix(tests): EIP 7702: remove `test_set_code_to_zero_address`
* new(tests): EIP 7702: add `test_signature_s_out_of_range`
* fix(forks): EIP-7002,7251 contracts
* new(tests): EIP-7002: withdrawal request during fork
* fix(tests): EIP-7002: fixup
* fix(tests): EIP-7002: fixup
* new(tests): EIP-7251: consolidation requests during fork
* fix(tests): tox
* github: Add devnet-4 configs
* fix(github): feature devnet-4
* fix(tests): EIP-6110 conftest
* fix(github): feature
* fix(specs): Propagate `block.requests` to the Engine API params
* fix(tests): Fix override requests comparison for empty list
* fix(tox): whitelist
* fix(tests): EIP-7702: note in `test_tx_validity_nonce`
* new(tests): EIP-7702: Add invalid `v` (27, 28) for auth tuple test
* chore(hive): update hive client config file in test summary
* fix(plugins/execute): Requests
* fix(rpc): Support `engine_getPayloadV4`
* fix(plugins/execute): Support `engine_getPayloadV4`
* fix(tests): EIP-7702: test id
* fix(tests): EIP-7702: execute marks
---------
Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
Co-authored-by: danceratopz <danceratopz@gmail.com>1 parent 358a26f commit db60338
File tree
34 files changed
+1745
-750
lines changed- .github/configs
- src
- ethereum_clis
- ethereum_test_exceptions
- ethereum_test_fixtures
- tests
- ethereum_test_forks
- forks
- contracts
- ethereum_test_rpc
- ethereum_test_specs
- ethereum_test_tools
- ethereum_test_types
- tests
- pytest_plugins
- consume/hive_simulators
- execute/rpc
- tests/prague
- eip6110_deposits
- eip7002_el_triggerable_withdrawals
- eip7251_consolidations
- eip7685_general_purpose_el_requests
- eip7702_set_code_tx
34 files changed
+1745
-750
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 10 | + | |
18 | 11 | | |
19 | 12 | | |
20 | 13 | | |
| |||
94 | 87 | | |
95 | 88 | | |
96 | 89 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 90 | + | |
| 91 | + | |
101 | 92 | | |
102 | 93 | | |
103 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
385 | 389 | | |
386 | 390 | | |
387 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
39 | | - | |
40 | | - | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
| |||
117 | 110 | | |
118 | 111 | | |
119 | 112 | | |
120 | | - | |
| 113 | + | |
121 | 114 | | |
122 | 115 | | |
123 | 116 | | |
| |||
210 | 203 | | |
211 | 204 | | |
212 | 205 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | 206 | | |
217 | 207 | | |
218 | 208 | | |
219 | 209 | | |
220 | 210 | | |
221 | 211 | | |
222 | 212 | | |
223 | | - | |
224 | 213 | | |
225 | 214 | | |
226 | 215 | | |
| |||
230 | 219 | | |
231 | 220 | | |
232 | 221 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | 222 | | |
239 | 223 | | |
240 | 224 | | |
241 | 225 | | |
242 | 226 | | |
| 227 | + | |
243 | 228 | | |
244 | 229 | | |
245 | 230 | | |
246 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
247 | 236 | | |
248 | 237 | | |
249 | 238 | | |
| |||
280 | 269 | | |
281 | 270 | | |
282 | 271 | | |
283 | | - | |
| 272 | + | |
284 | 273 | | |
285 | 274 | | |
286 | 275 | | |
| |||
296 | 285 | | |
297 | 286 | | |
298 | 287 | | |
299 | | - | |
300 | 288 | | |
301 | | - | |
302 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | 369 | | |
414 | 370 | | |
415 | 371 | | |
416 | 372 | | |
417 | 373 | | |
418 | 374 | | |
419 | 375 | | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | 376 | | |
424 | 377 | | |
425 | 378 | | |
| |||
429 | 382 | | |
430 | 383 | | |
431 | 384 | | |
432 | | - | |
| 385 | + | |
433 | 386 | | |
434 | 387 | | |
435 | 388 | | |
| |||
442 | 395 | | |
443 | 396 | | |
444 | 397 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | 398 | | |
449 | 399 | | |
450 | 400 | | |
| |||
0 commit comments