From 87955f2d37c7b7e8b9f8ae1c47c9d354c59a1c34 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 10 Jan 2021 12:22:02 +0200 Subject: [PATCH] v1.0.6 --- CHANGELOG.md | 26 +++++++++++++++++--------- beacon_chain/version.nim | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43b645b8..d0c77ef1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ -* bootstrap the Nim compiler with a default number of iterations - -2021-01-09 v1.0.5 +2021-01-10 v1.0.6 ================= -A release bringing reproducible precompiled binaries for ARM devices and +A release that brings reproducible precompiled binaries for ARM devices and significant performance improvements. ----- @@ -13,20 +11,30 @@ significant performance improvements. * Reproducible build recipe for creating Nimbus Linux binaries intended for ARM devices. -* Improved attestation subnet walking logic bringing significant reductions +* Improved attestation subnet walking logic: this brings significant reductions in bandwidth usage and CPU load. -* Better usage of the Sqlite3 checkpointing API leading to minor performance - improvement. +* Better usage of the Sqlite3 checkpointing API (minor performance + improvement). -* Larger window for the candidate attestations included in blocks leading - to potentially higher block rewards. +* Larger window for the candidate attestations included in blocks: this can lead + to higher block rewards. **We've fixed:** * Incorrect `attnets` value announced in ENR records. +2021-01-09 v1.0.5 +================= + +The 1.0.5 release was retracted because it included a potential optimization +to the reproducible build scripts that turned out to create a buggy binary for +AMD64 systems. Manually built binaries through the Makefiles were not affected. +After fixing the problem, the release was re-published as 1.0.6 with the same +release notes. + + 2020-12-16 v1.0.4 ================= diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index ab0219d17..b8acd4b59 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -9,7 +9,7 @@ when not defined(nimscript): const versionMajor* = 1 versionMinor* = 0 - versionBuild* = 5 + versionBuild* = 6 versionBlob* = "stateofus" # Single word - ends up in the default graffitti