Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion consensoor/engine/ssz_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,11 @@ class ExchangeCapabilitiesResponse(Container):
"POST /engine/v1/forkchoice",
"POST /engine/v2/forkchoice",
"POST /engine/v3/forkchoice",
"POST /engine/v4/forkchoice",
# "POST /engine/v4/forkchoice" intentionally omitted: PayloadAttributesV4
# gained target_gas_limit (execution-apis PR #796) but the SSZ schema
# (PR #764) hadn't caught up, so EL SSZ decoders reject the 8-byte-longer
# body as "Malformed SSZ body". Re-add once nethermind/geth ship SSZ
# support for target_gas_limit. JSON-RPC fcU v4 tolerates the field.
"POST /engine/v1/blobs",
"POST /engine/v2/blobs",
"POST /engine/v3/blobs",
Expand Down