Commit 949d6a8
committed
ssz-encoding: add target_gas_limit to PayloadAttributesV4
Aligns the SSZ schema with PR ethereum#796 (a22fbd4), which added
targetGasLimit to PayloadAttributesV4 in the JSON spec but
left this SSZ doc behind. Without it, CLs sending the alpha-8
field over SSZ get rejected by EL SSZ decoders that still use
the old 6-field layout (off-by-8 withdrawals offset -> malformed
SSZ body).1 parent aca7eb6 commit 949d6a8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
0 commit comments