File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ 2021-04-20 v1.2.1
2+ =================
3+
4+ This is a hotfix release, solving a database migration issue for users who
5+ have used Nimbus 1.1.0 to sync with the network from genesis. If you have
6+ used older versions of Nimbus prior to upgrading to 1.1.0, you should not
7+ be affected. The issue was causing the 1.2.0 client to perform a full sync
8+ after upgrading from 1.1.0. If this happened to you, our advice is to take
9+ one of the following actions:
10+
11+ 1 ) If you have backed-up your database prior to upgrading to 1.2.0, you can
12+ restore the database from backup and execute the migration successfully
13+ after upgrading to 1.2.1.
14+
15+ 2 ) It would be safe to allow the full sync to complete either with 1.2.0 or
16+ after upgrading to 1.2.1. The normal operation of the client will resume
17+ once it's fully synced.
18+
19+ Please accept our sincery appologies for any caused inconvenience. We will be
20+ reviewing our release testing policies to ensure that more possible upgrade
21+ paths are being covered in the future.
22+
23+
1242021-04-19 v1.2.0
225=================
326
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ when not defined(nimscript):
1616const
1717 versionMajor* = 1
1818 versionMinor* = 2
19- versionBuild* = 0
19+ versionBuild* = 1
2020
2121 versionBlob* = " stateofus" # Single word - ends up in the default graffitti
2222
You can’t perform that action at this time.
0 commit comments