From 9981acf072d65aecfce702c3213446b72025e3e3 Mon Sep 17 00:00:00 2001 From: Richard Gregory Date: Wed, 28 Aug 2024 19:28:12 +0100 Subject: [PATCH 1/3] Add callout on the cap for sequencer.l1-confs and verifier.l1-confs --- .../node-operators/configuration/consensus-config.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/builders/node-operators/configuration/consensus-config.mdx b/pages/builders/node-operators/configuration/consensus-config.mdx index 084989cd2..1e4cb103d 100644 --- a/pages/builders/node-operators/configuration/consensus-config.mdx +++ b/pages/builders/node-operators/configuration/consensus-config.mdx @@ -743,6 +743,10 @@ Number of L1 blocks to keep distance from the L1 head as a sequencer for picking `OP_NODE_SEQUENCER_L1_CONFS=4` + +**Important:** The maximum value for `sequencer.l1-confs` cannot exceed the sequencer drift, which is currently set to 30 minutes (1800 seconds or 150 blocks). Configuring a value higher than the allowed limit will prevent the sequencer from producing blocks within the sequence window. + + ### sequencer.max-safe-lag Maximum number of L2 blocks for restricting the distance between L2 safe and unsafe. Disabled if 0. Default is `0`. @@ -783,6 +787,10 @@ Number of L1 blocks to keep distance from the L1 head before deriving L2 data fr `OP_NODE_VERIFIER_L1_CONFS=0` + +**Suggested:** While `verifier.l1-confs` does not have a strict limit, it is recommended to keep this value within 12-13 minutes (realistically 10-20 blocks) to ensure optimal performance. Configuring this parameter beyond the recommended range may impact the verifier's ability to process data efficiently. + + ## Miscellaneous ### --help, -h From 25aad675ddb513ae10ee22ea5d744183db959705 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Wed, 28 Aug 2024 22:31:15 +0100 Subject: [PATCH 2/3] Update pages/builders/node-operators/configuration/consensus-config.mdx --- .../builders/node-operators/configuration/consensus-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/node-operators/configuration/consensus-config.mdx b/pages/builders/node-operators/configuration/consensus-config.mdx index 1e4cb103d..e8380ac5e 100644 --- a/pages/builders/node-operators/configuration/consensus-config.mdx +++ b/pages/builders/node-operators/configuration/consensus-config.mdx @@ -788,7 +788,7 @@ Number of L1 blocks to keep distance from the L1 head before deriving L2 data fr -**Suggested:** While `verifier.l1-confs` does not have a strict limit, it is recommended to keep this value within 12-13 minutes (realistically 10-20 blocks) to ensure optimal performance. Configuring this parameter beyond the recommended range may impact the verifier's ability to process data efficiently. +While `verifier.l1-confs` has no strict limit, it's recommended to keep this value within 12-13 minutes (typically 10-20 blocks) for optimal performance. Exceeding this range may impact the verifier's data processing efficiency. ## Miscellaneous From 3965f9d47a4cd737b2e3a4ef555c343377a97582 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Wed, 28 Aug 2024 22:31:34 +0100 Subject: [PATCH 3/3] Update pages/builders/node-operators/configuration/consensus-config.mdx --- .../builders/node-operators/configuration/consensus-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/node-operators/configuration/consensus-config.mdx b/pages/builders/node-operators/configuration/consensus-config.mdx index e8380ac5e..38e720412 100644 --- a/pages/builders/node-operators/configuration/consensus-config.mdx +++ b/pages/builders/node-operators/configuration/consensus-config.mdx @@ -744,7 +744,7 @@ Number of L1 blocks to keep distance from the L1 head as a sequencer for picking -**Important:** The maximum value for `sequencer.l1-confs` cannot exceed the sequencer drift, which is currently set to 30 minutes (1800 seconds or 150 blocks). Configuring a value higher than the allowed limit will prevent the sequencer from producing blocks within the sequence window. +The maximum value for `sequencer.l1-confs` cannot exceed the sequencer drift, currently set to 30 minutes (1800 seconds or 150 blocks). Setting a value higher than this limit will prevent the sequencer from producing blocks within the sequence window. ### sequencer.max-safe-lag