From 95d3f42c0c36a2927237b2bb616b34b9b76ba18c Mon Sep 17 00:00:00 2001 From: bsall Date: Mon, 15 May 2023 07:44:09 +0200 Subject: [PATCH 1/2] Doc : update Alpha changelog --- docs/protocols/alpha.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 7ca1ec26b0c9..1425f5e5efa6 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -83,3 +83,10 @@ Internal - Move notion of Smart rollup address in the shell to make it common to all protocols, and expose it in the environment. (MR :gl:`!8562`) + +- Refactoring : stake splitted between a frozen part and a delegated part. (MR :gl:`!8051`) + +- Introduce feature flag for Adaptive Inflation. (MR :gl:`!8566`) + +- Refactoring : rewards computed as a relative portion of the total amount of tez + rewarded per minute (about 85tez/min). (MR :gl:`!8657`) -- GitLab From ef1f5c43d55497294d194a373c8b2e4f0f6466ee Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Mon, 22 May 2023 16:06:04 +0000 Subject: [PATCH 2/2] Move to Adaptive Inflation section --- docs/protocols/alpha.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 1425f5e5efa6..40a1882ead94 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -24,6 +24,12 @@ Zero Knowledge Rollups (ongoing) Data Availability Layer (ongoing) --------------------------------- +Adaptive Inflation (ongoing) +---------------------------- + +- Introduce feature flag for Adaptive Inflation. (MR :gl:`!8566`) + + Gas improvements ---------------- @@ -86,7 +92,5 @@ Internal - Refactoring : stake splitted between a frozen part and a delegated part. (MR :gl:`!8051`) -- Introduce feature flag for Adaptive Inflation. (MR :gl:`!8566`) - - Refactoring : rewards computed as a relative portion of the total amount of tez rewarded per minute (about 85tez/min). (MR :gl:`!8657`) -- GitLab