From 3b3d8b743197bce205d19a2304a27f2797d23344 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 21 Oct 2021 04:11:56 +0300 Subject: [PATCH] Version 1.5.2 --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- beacon_chain/version.nim | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27db3fdec..ab91009c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,37 @@ -2021-10-04 v1.5.1 +2021-10-21 v1.5.2 +================= + +Nimbus `v1.5.2` is a `high-urgency` release for all users who haven't yet upgraded to the `v1.5.x` series +which add support for the upcoming beacon chain Altair hard-fork. + +Please upgrade as soon as possible - **before the 27th of October**. + +For users already running `v1.5.1`, the release brings a number of important bug fixes and optimizations +and upgrading is still highly recommended. + +## Notable changes + +### Improvements: + +* Faster ramp up of peers when starting the beacon node. + +* Added new metrics for keeping track of dropped gossip messages: + + https://github.com/status-im/nimbus-eth2/commit/bf6ad41d7dfd0899527a0374009a3fcf2a32361b + +* The run-*-node.sh scripts provided in out Github repository will now enable the + --rest and --metrics options by default. + +### We've fixed: + +* Potential crashes triggered by certain JSON-RPC and REST API requests. + +* Unnecessary source of syncing time when the beacon node is restarted after the Altair transition. + +* Certain non spec-compliant responses of the REST API. + + +2021-10-11 v1.5.1 ================= Nimbus `v1.5.1` is a `high-urgency` release for all users who have already upgraded to `v1.5.0`. It fixes a deposit contract syncing issue manifesting as the warning message "Eth1 chain not synced". Under specific circumstances, such a failure to sync the Eth1 chain may result in missed Eth2 block proposals, so affected users are advised to upgrade as soon as possible. diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 41c684132..5e98f2b3c 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -15,7 +15,7 @@ when not defined(nimscript): const versionMajor* = 1 versionMinor* = 5 - versionBuild* = 1 + versionBuild* = 2 versionBlob* = "stateofus" # Single word - ends up in the default graffitti