File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ PROPOSER_SCORE_BOOST_EIP7732: 20
185185ATTESTATION_DEADLINE : 4
186186INCLUSION_LIST_SUBMISSION_DEADLINE : 8
187187VIEW_FREEZE_DEADLINE : 9
188- PROPOSER_INCLUSION_LIST_CUT_OFF : 11
188+ PROPOSER_INCLUSION_LIST_CUTOFF : 11
189189# 2**4 (= 16)
190190MAX_REQUEST_INCLUSION_LIST : 16
191191# 2**13 (= 8192)
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ PROPOSER_SCORE_BOOST_EIP7732: 20
182182ATTESTATION_DEADLINE : 2
183183INCLUSION_LIST_SUBMISSION_DEADLINE : 2
184184VIEW_FREEZE_DEADLINE : 3
185- PROPOSER_INCLUSION_LIST_CUT_OFF : 5
185+ PROPOSER_INCLUSION_LIST_CUTOFF : 5
186186# 2**4 (= 16)
187187MAX_REQUEST_INCLUSION_LIST : 16
188188# 2**13 (= 8192)
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ continuing and use them as a reference throughout.
5353| Name | Value | Unit | Duration |
5454| ------------------------------------ | --------------------------- | :-----: | :--------: |
5555| ` INCLUSION_LIST_SUBMISSION_DEADLINE ` | ` SECONDS_PER_SLOT * 2 // 3 ` | seconds | 8 seconds |
56- | ` PROPOSER_INCLUSION_LIST_CUT_OFF ` | ` SECONDS_PER_SLOT - 1 ` | seconds | 11 seconds |
56+ | ` PROPOSER_INCLUSION_LIST_CUTOFF ` | ` SECONDS_PER_SLOT - 1 ` | seconds | 11 seconds |
5757
5858## Helpers
5959
@@ -150,7 +150,7 @@ processed through any empty slots up to the assigned slot using
150150
151151* Note* : A proposer should produce an execution payload that satisfies the
152152inclusion list constraints with respect to the inclusion lists gathered up to
153- ` PROPOSER_INCLUSION_LIST_CUT_OFF ` into the slot.
153+ ` PROPOSER_INCLUSION_LIST_CUTOFF ` into the slot.
154154
155155``` python
156156def prepare_execution_payload (
You can’t perform that action at this time.
0 commit comments