Skip to content

Commit 351d603

Browse files
committed
spec deviates from source
1 parent 2a1bc92 commit 351d603

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/testing/src/execution_testing/ssz/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@
100100

101101
ViewT = TypeVar("ViewT", bound=View)
102102

103-
REFERENCE_SPEC_GIT_PATH = "src/engine/refactor-ssz.md"
104-
REFERENCE_SPEC_VERSION = "4e0fed12d3ebc9d1ca8829331a82b97b1d1bd154"
105-
106103

107104
def encode_bytes(value: View) -> bytes:
108105
"""Serialize an SSZ value to its canonical byte encoding."""

packages/testing/src/execution_testing/ssz/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,12 @@ class BuiltPayloadParis(Container):
502502
block_value: uint256
503503

504504

505+
# Should not have the should_override_builder field,wrong in spec pr 793
505506
class BuiltPayloadShanghai(Container):
506507
"""The Shanghai getPayload response."""
507508

508509
payload: ExecutionPayloadShanghai
509510
block_value: uint256
510-
should_override_builder: boolean
511511

512512

513513
class BuiltPayloadCancun(Container):

0 commit comments

Comments
 (0)