From 80e3db46b5ddf8d606f0ed536a8c88d0671d00b9 Mon Sep 17 00:00:00 2001 From: Antonio Locascio Date: Wed, 17 May 2023 13:49:53 +0200 Subject: [PATCH] Doc/SORU: update the commitment period length Used to be 30, now is 60 --- docs/alpha/smart_rollups.rst | 4 ++-- docs/mumbai/smart_rollups.rst | 4 ++-- docs/nairobi/smart_rollups.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/alpha/smart_rollups.rst b/docs/alpha/smart_rollups.rst index 3a2c185e2c8d..0e83772c559b 100644 --- a/docs/alpha/smart_rollups.rst +++ b/docs/alpha/smart_rollups.rst @@ -202,7 +202,7 @@ Commitments ^^^^^^^^^^^ Starting from the rollup origination level, levels are partitioned -into **commitment periods** of 30 consecutive blocks. +into **commitment periods** of 60 consecutive blocks. A **commitment** claims that the interpretation of all inbox messages published during a given commitment period and applied on the state of @@ -1622,7 +1622,7 @@ Glossary cemented (hence, at least two weeks after the actual execution of the operation). -#. **Commitment period**: A period of 30 blocks during which all inbox +#. **Commitment period**: A period of 60 blocks during which all inbox messages must be processed by the rollup node state to compute a commitment. A commitment must be published for each commitment period. diff --git a/docs/mumbai/smart_rollups.rst b/docs/mumbai/smart_rollups.rst index 62166b694744..84f2828ffaca 100644 --- a/docs/mumbai/smart_rollups.rst +++ b/docs/mumbai/smart_rollups.rst @@ -186,7 +186,7 @@ Commitments ^^^^^^^^^^^ Starting from the rollup origination level, levels are partitioned -into **commitment periods** of 30 consecutive blocks. +into **commitment periods** of 60 consecutive blocks. A **commitment** claims that the interpretation of all inbox messages published during a given commitment period and applied on the state of @@ -1514,7 +1514,7 @@ Glossary cemented (hence, at least two weeks after the actual execution of the operation). -#. **Commitment period**: A period of 30 blocks during which all inbox +#. **Commitment period**: A period of 60 blocks during which all inbox messages must be processed by the rollup node state to compute a commitment. A commitment must be published for each commitment period. diff --git a/docs/nairobi/smart_rollups.rst b/docs/nairobi/smart_rollups.rst index ebc3c25a7621..740e25ca5b15 100644 --- a/docs/nairobi/smart_rollups.rst +++ b/docs/nairobi/smart_rollups.rst @@ -203,7 +203,7 @@ Commitments ^^^^^^^^^^^ Starting from the rollup origination level, levels are partitioned -into **commitment periods** of 30 consecutive blocks. +into **commitment periods** of 60 consecutive blocks. A **commitment** claims that the interpretation of all inbox messages published during a given commitment period and applied on the state of @@ -1613,7 +1613,7 @@ Glossary cemented (hence, at least two weeks after the actual execution of the operation). -#. **Commitment period**: A period of 30 blocks during which all inbox +#. **Commitment period**: A period of 60 blocks during which all inbox messages must be processed by the rollup node state to compute a commitment. A commitment must be published for each commitment period. -- GitLab