From 2faaf391a02a0bca8453ad7181406fa907d97063 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 20 Apr 2021 16:55:37 +0300 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e5874f0..97991eb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +2021-04-20 v1.2.1 +================= + +This is a hotfix release, solving a database migration issue for users who +have used Nimbus 1.1.0 to sync with the network from genesis. If you have +used older versions of Nimbus prior to upgrading to 1.1.0, you should not +be affected. The issue was causing the 1.2.0 client to perform a full sync +after upgrading from 1.1.0. If this happened to you, our advice is to take +one of the following actions: + +1) If you have backed-up your database prior to upgrading to 1.2.0, you can + restore the database from backup and execute the migration successfully + after upgrading to 1.2.1. + +2) It would be safe to allow the full sync to complete either with 1.2.0 or + after upgrading to 1.2.1. The normal operation of the client will resume + once it's fully synced. + +Please accept our sincery appologies for any caused inconvenience. We will be +reviewing our release testing policies to ensure that more possible upgrade +paths are being covered in the future. + + 2021-04-19 v1.2.0 ================= diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 180080e70..032d5be92 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -16,7 +16,7 @@ when not defined(nimscript): const versionMajor* = 1 versionMinor* = 2 - versionBuild* = 0 + versionBuild* = 1 versionBlob* = "stateofus" # Single word - ends up in the default graffitti