This commit is contained in:
Zahary Karadjov 2021-01-10 12:22:02 +02:00
parent 3112e98eb8
commit 87955f2d37
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 18 additions and 10 deletions

View File

@ -1,9 +1,7 @@
* bootstrap the Nim compiler with a default number of iterations 2021-01-10 v1.0.6
2021-01-09 v1.0.5
================= =================
A release bringing reproducible precompiled binaries for ARM devices and A release that brings reproducible precompiled binaries for ARM devices and
significant performance improvements. significant performance improvements.
----- -----
@ -13,20 +11,30 @@ significant performance improvements.
* Reproducible build recipe for creating Nimbus Linux binaries intended for * Reproducible build recipe for creating Nimbus Linux binaries intended for
ARM devices. 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. in bandwidth usage and CPU load.
* Better usage of the Sqlite3 checkpointing API leading to minor performance * Better usage of the Sqlite3 checkpointing API (minor performance
improvement. improvement).
* Larger window for the candidate attestations included in blocks leading * Larger window for the candidate attestations included in blocks: this can lead
to potentially higher block rewards. to higher block rewards.
**We've fixed:** **We've fixed:**
* Incorrect `attnets` value announced in ENR records. * 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 2020-12-16 v1.0.4
================= =================

View File

@ -9,7 +9,7 @@ when not defined(nimscript):
const const
versionMajor* = 1 versionMajor* = 1
versionMinor* = 0 versionMinor* = 0
versionBuild* = 5 versionBuild* = 6
versionBlob* = "stateofus" # Single word - ends up in the default graffitti versionBlob* = "stateofus" # Single word - ends up in the default graffitti