From 5882e4cfca7f0720e3750c5924b49f5098ac3c9a Mon Sep 17 00:00:00 2001 From: Fedor Sheremetyev Date: Mon, 10 Oct 2022 17:00:01 +0000 Subject: [PATCH 1/2] Doc: Update Alpha changelog Describe protocol changes merged to master last week. --- docs/protocols/alpha.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 286ee7758088..9419fa3186d6 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -19,12 +19,13 @@ Smart Contract Optimistic Rollups (ongoing) ------------------------------------------- Rollups supporting execution of smart contracts. (MRs :gl:`!6118`, :gl:`!6425`, -:gl:`!6252`, :gl:`!6396`) +:gl:`!6252`, :gl:`!6396`, :gl:`!6364`, :gl:`!6413`) Data Availability Layer (ongoing) --------------------------------- -Distribution of rollup operations data off-chain. (MR :gl:`!6174`) +Distribution of rollup operations data off-chain. (MRs :gl:`!6174`, :gl:`!6388`, +:gl:`!6527`) Breaking Changes ---------------- -- GitLab From 88a2b777bba250210a8721d9341e8b9dffa75da1 Mon Sep 17 00:00:00 2001 From: Fedor Sheremetyev Date: Mon, 17 Oct 2022 11:06:26 +0000 Subject: [PATCH 2/2] Doc: Update Alpha changelog Describe changes done before 17th October. --- docs/protocols/alpha.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 9419fa3186d6..4a2c4c315ab8 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -19,13 +19,13 @@ Smart Contract Optimistic Rollups (ongoing) ------------------------------------------- Rollups supporting execution of smart contracts. (MRs :gl:`!6118`, :gl:`!6425`, -:gl:`!6252`, :gl:`!6396`, :gl:`!6364`, :gl:`!6413`) +:gl:`!6252`, :gl:`!6396`, :gl:`!6364`, :gl:`!6413`, :gl:`!6545`, :gl:`!6543`) Data Availability Layer (ongoing) --------------------------------- Distribution of rollup operations data off-chain. (MRs :gl:`!6174`, :gl:`!6388`, -:gl:`!6527`) +:gl:`!6527`, :gl:`!6505`) Breaking Changes ---------------- @@ -45,6 +45,8 @@ Bug Fixes Minor Changes ------------- +- Give a positive gas cost to the ``BALANCE`` instruction. (MR :gl:`!6564`) + Internal -------- @@ -53,3 +55,7 @@ Internal - Optimized cleaning of implicit contract with 0 balance using local context accesses (MR :gl:`!5922`) - Improve ex_ticket_size. (MR :gl:`!6209`) + +- Clean up validation code. (MR :gl:`!6526`) + +- Remove ``Script_typed_ir.comparable_option_t``. (MR :gl:`!6513`) -- GitLab