From e1938a16c005a6a83b25be24e95a78fbae052170 Mon Sep 17 00:00:00 2001 From: bsall Date: Mon, 27 Feb 2023 19:03:15 +0100 Subject: [PATCH] Doc: Update Alpha changelog --- docs/protocols/alpha.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index d0d5f7397b4b..0e02f084baf0 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -36,6 +36,9 @@ Smart Rollups - Use ``Ticket_transfer`` module in ``sc_rollup_operations``. (MR :gl:`!7438`) +- Refactor WASM PVM to enable breaking changes such as new host functions and + parameterization of maximum call depth. (MRs :gl:`!7724`, :gl:`!7726`) + Zero Knowledge Rollups (ongoing) -------------------------------- @@ -78,3 +81,9 @@ Internal - Update migration for Mumbai. (MR :gl:`!7428`) - Michelson: add a forgotten tailcall annotation (MR :gl:`!7656`) + +- Michelson: the Michelson type "or", previously referred to as ``union`` internally, + is now referred to as ``or`` if there is no clash with the OCaml keyword "or". + Otherwise it is referred to as ``or_``. (MR :gl:`!7546`) + +- Refactor and simplify consensus operation validation. (MR :gl:`!7720`) -- GitLab