From 6659ac0c6a906610e22400b9687b9a4b48390754 Mon Sep 17 00:00:00 2001 From: Dmitry Shulyak Date: Tue, 12 Sep 2023 14:57:52 +0000 Subject: [PATCH] release v1.1.5 (#4999) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3183e69d1..0704cd5fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ See [RELEASE](./RELEASE.md) for workflow instructions. -## UNRELEASED +## v1.1.5 ### Upgrade information +It is critical for most nodes in the network to use v1.1.5 when layer 20 000 starts. Starting from that layer +active set will not be gossipped together with proposals. That was the main network bottleneck in epoch 4. + ### Highlights ### Features @@ -19,6 +22,7 @@ See [RELEASE](./RELEASE.md) for workflow instructions. * `postdata_metadata.json` is now updated atomically to prevent corruption of the file. * [#4956](https://github.com/spacemeshos/go-spacemesh/pull/4956) Active set is will not be gossipped in every proposal. Active set usually contains list of atxs that targets current epoch. As the number of atxs grows this object grows as well. +* [#4993](https://github.com/spacemeshos/go-spacemesh/pull/4993) Drop proposals after genering a block. This limits growth of the state. ## v1.1.4