File tree Expand file tree Collapse file tree
packages/testing/src/execution_testing/ssz Expand file tree Collapse file tree Original file line number Diff line number Diff line change 100100
101101ViewT = TypeVar ("ViewT" , bound = View )
102102
103- REFERENCE_SPEC_GIT_PATH = "src/engine/refactor-ssz.md"
104- REFERENCE_SPEC_VERSION = "4e0fed12d3ebc9d1ca8829331a82b97b1d1bd154"
105-
106103
107104def encode_bytes (value : View ) -> bytes :
108105 """Serialize an SSZ value to its canonical byte encoding."""
Original file line number Diff line number Diff 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
505506class BuiltPayloadShanghai (Container ):
506507 """The Shanghai getPayload response."""
507508
508509 payload : ExecutionPayloadShanghai
509510 block_value : uint256
510- should_override_builder : boolean
511511
512512
513513class BuiltPayloadCancun (Container ):
You can’t perform that action at this time.
0 commit comments