You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engine/prague.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ This method follows the same specification as [`engine_getPayloadV3`](./cancun.m
83
83
84
84
### Update the methods of previous forks
85
85
86
-
This document defines how Prague payload should be handled by the [`Cancun API`](./cancun.md).
86
+
This section defines how Prague payload should be handled by the [`Cancun API`](./cancun.md).
87
87
88
88
For the following methods:
89
89
@@ -92,4 +92,7 @@ For the following methods:
92
92
93
93
a validation **MUST** be added:
94
94
95
-
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of payload or payloadAttributes greater or equal to the Prague activation timestamp.
95
+
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of payload greater or equal to the Prague activation timestamp.
96
+
97
+
For the [`engine_forkchoiceUpdatedV3`](./cancun.md#engine_forkchoiceupdatedv3) the following modification **MUST** be made:
98
+
1. Return `-38005: Unsupported fork` if `payloadAttributes.timestamp` doesn't fall within the time frame of the Cancun *or Prague* forks.
0 commit comments