Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Jan 10, 2021
1 parent 3112e98 commit 87955f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

-----
Expand All @@ -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
=================

Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87955f2

Please sign in to comment.