From 4bd0d2ae5dc4ea9e71c5621344f754dc5ebc1567 Mon Sep 17 00:00:00 2001 From: bsall Date: Tue, 21 Mar 2023 12:54:23 +0100 Subject: [PATCH] Doc : update Alpha changelog --- docs/protocols/alpha.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 3a03f0d245e4..947dda705df0 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -144,6 +144,7 @@ Minor Changes blocks. To avoid mempools getting spammed with operations with various slots, double (pre)endorsement denunciations can now punish multiple operations from the same delegate with distinct slots. + Finally, this change makes mempool initialization faster. (MR :gl:`!7927`) Internal @@ -159,6 +160,8 @@ Internal - Michelson: normalize all lambdas into optimized mode during elaboration. (MR :gl:`!7829`) +- Michelson: stack types variables renamed to uppercase. (MR :gl:`!7953`) + - Michelson: ``IConst`` constructor renamed into ``IPush``. (MR :gl:`!7954`) - Refactor and simplify consensus operation validation. (MR :gl:`!7720`) -- GitLab