From 8b57f74aa899319e4562060f319b16e5f0e43ba8 Mon Sep 17 00:00:00 2001 From: Victor Allombert Date: Mon, 2 Sep 2024 10:06:56 +0200 Subject: [PATCH 1/2] Changelog: notice storage version bump to 3.2 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1cd74cb215ca..69123ab213a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -102,6 +102,13 @@ Node automatically trigger the maintenance whenever it is the most suitable. (MR :gl:`!14503`) +- **Breaking change** Bumped the node’s storage version to + ``3.2``. This new version changes the store’s representation, + allowing the storage to scale to the increasing number of blocks per + cycles, thus paving the way to reducing even more the block + time. Upgrading to this new version must be done manually (using the + ``octez-node upgrade storage`` command) and is irreversible. (MR + :gl:`!14211`) Client ------ -- GitLab From c04816e1ad4bd9d58ade85078bc17f1f184a39a1 Mon Sep 17 00:00:00 2001 From: Victor Allombert Date: Mon, 2 Sep 2024 10:07:32 +0200 Subject: [PATCH 2/2] Changelog: notice snapshot version bump to 8 --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 69123ab213a5..35d08aa35fb0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -109,6 +109,15 @@ Node time. Upgrading to this new version must be done manually (using the ``octez-node upgrade storage`` command) and is irreversible. (MR :gl:`!14211`) + +- **Breaking change** Bumped the snapshot version from ``7`` to ``8``, + in order to support the changes introduced by the ``3.2`` storage + version. Snapshots of version ``7`` exported with previous versions + of Octez (``v20``) can still be imported. Snapshots of version ``8`` + are not retro-compatible with previous octez versions (MR + :gl:`!14398`). + + Client ------ -- GitLab