From 9554b8d8c2bd145f48e2a3abc18bb8b7d51c2b66 Mon Sep 17 00:00:00 2001 From: Fedor Sheremetyev Date: Tue, 20 Sep 2022 10:34:48 +0000 Subject: [PATCH 1/3] Doc: Update Alpha changelog Describe protocol changes merged to master last week. --- docs/protocols/alpha.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index f9db68742f5f..1c2d9003c02b 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -30,7 +30,7 @@ It requires protocol environment V7, compared to V6 for Kathmandu. - Introduce an Array module, making a subset of Stdlib.Array available to the protocol (MR :gl:`!6042`) -- Introduce an Q module, making a subset of Zarith.Q available to the +- Introduce a module Q, making a subset of Zarith.Q available to the protocol (MR :gl:`!6042`) - Generalise the Bounded module to support more datatypes. (MR :gl:`!6076`) @@ -45,6 +45,8 @@ It requires protocol environment V7, compared to V6 for Kathmandu. - Introduce a new protocol API adapted to pipelined validation. (MR :gl:`!6335`) +- Add missing list functions. (MR :gl:`!6316`) + Consensus key ------------- @@ -193,7 +195,9 @@ Rollups supporting execution of smart contracts. (MRs :gl:`!5603`, :gl:`!5606`, :gl:`!6050`, :gl:`!6030`, :gl:`!6060`, :gl:`!5891`, :gl:`!6071`, :gl:`!5926`, :gl:`!6104`, :gl:`!6102`, :gl:`!5973`, :gl:`!6132`, :gl:`!6146`, :gl:`!6185`, :gl:`!6197`, :gl:`!6230`, :gl:`!6237`, :gl:`!6236`, :gl:`!6056`, :gl:`!6186`, -:gl:`!6249`, :gl:`!6182`, :gl:`!6243`, :gl:`!6234`, :gl:`!6254`, :gl:`!6280`) +:gl:`!6249`, :gl:`!6182`, :gl:`!6243`, :gl:`!6234`, :gl:`!6254`, :gl:`!6280`, +:gl:`!6250`, :gl:`!6258`, :gl:`!6130`, :gl:`!6305`, :gl:`!6290`, :gl:`!6303`, +:gl:`!6315`, :gl:`!6177`, :gl:`!6294`) Zero Knowledge Rollups (ongoing) -------------------------------- @@ -206,7 +210,7 @@ Data Availability Layer (ongoing) Distribution of rollup operations data off-chain. (MRs :gl:`!5711`, :gl:`!5938`, :gl:`!6024`, :gl:`!5959`, :gl:`!6062`, :gl:`!6210`, :gl:`!6216`, :gl:`!6033`, -:gl:`!6022`, :gl:`!6265`, :gl:`!6266`, :gl:`!6273`) +:gl:`!6022`, :gl:`!6265`, :gl:`!6266`, :gl:`!6273`, :gl:`!6272`, :gl:`!6328`) Liquidity Baking ------------------ @@ -219,9 +223,11 @@ Breaking Changes - Deprecate timelock functionality, that is the `CHEST_OPEN` instruction, in michelson to prevent origination of new contracts using. A - safer version of timelock will come in a future procotol. (MR :gl: `!6260`) + safer version of timelock will come in a future procotol. (MRs :gl:`!6260`, + :gl:`!6327`) - Rename the parameter ``tokens_per_roll`` to ``minimal_stake``. (MR :gl:`!5897`) + - Disallow creation, transfer and storage of tickets with zero amounts. ``TICKET`` instruction now returns ``option ticket 'a`` instead of ``ticket 'a``. For contracts already originated, their ``TICKET`` instructions are renamed to ``TICKET_DEPRECATED``. -- GitLab From bf512ee4c99b18d08b69b03b59826ac65d76f9ca Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Wed, 21 Sep 2022 09:15:59 +0000 Subject: [PATCH 2/3] Doc: reword intro in Alpha changelog --- docs/protocols/alpha.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 1c2d9003c02b..e604f2c3e5a4 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -1,14 +1,11 @@ Protocol Alpha ============== -This page contains all the relevant information for protocol Alpha -(see :ref:`naming_convention`). - -The code can be found in the :src:`src/proto_alpha` directory of the -``master`` branch of Tezos. - This page documents the changes brought by protocol Alpha with respect -to Kathmandu. +to Kathmandu (see :ref:`naming_convention`). + +The code can be found in directory :src:`src/proto_alpha` of the ``master`` +branch of Tezos. .. contents:: -- GitLab From ed3d8637e9a533a73fa6e9e417ad39c25140b1e4 Mon Sep 17 00:00:00 2001 From: Fedor Sheremetyev Date: Wed, 21 Sep 2022 15:43:09 +0000 Subject: [PATCH 3/3] Doc: remove duplicate MR from list in changelog --- docs/protocols/alpha.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index e604f2c3e5a4..97d6aad0dffd 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -173,7 +173,7 @@ Two new operations have been added: "first_slot": 0, "endorsing_power": 58, "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] -MRs: :gl:`!5936`, :gl:`!5936`, :gl:`!5961`, :gl:`!5970` +MRs: :gl:`!5936`, :gl:`!5961`, :gl:`!5970` Smart Contract Optimistic Rollups (ongoing) ------------------------------------------- -- GitLab