File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1- * bootstrap the Nim compiler with a default number of iterations
2-
3- 2021-01-09 v1.0.5
1+ 2021-01-10 v1.0.6
42=================
53
6- A release bringing reproducible precompiled binaries for ARM devices and
4+ A release that brings reproducible precompiled binaries for ARM devices and
75significant performance improvements.
86
97-----
@@ -13,20 +11,30 @@ significant performance improvements.
1311* Reproducible build recipe for creating Nimbus Linux binaries intended for
1412 ARM devices.
1513
16- * Improved attestation subnet walking logic bringing significant reductions
14+ * Improved attestation subnet walking logic: this brings significant reductions
1715 in bandwidth usage and CPU load.
1816
19- * Better usage of the Sqlite3 checkpointing API leading to minor performance
20- improvement.
17+ * Better usage of the Sqlite3 checkpointing API ( minor performance
18+ improvement) .
2119
22- * Larger window for the candidate attestations included in blocks leading
23- to potentially higher block rewards.
20+ * Larger window for the candidate attestations included in blocks: this can lead
21+ to higher block rewards.
2422
2523** We've fixed:**
2624
2725* Incorrect ` attnets ` value announced in ENR records.
2826
2927
28+ 2021-01-09 v1.0.5
29+ =================
30+
31+ The 1.0.5 release was retracted because it included a potential optimization
32+ to the reproducible build scripts that turned out to create a buggy binary for
33+ AMD64 systems. Manually built binaries through the Makefiles were not affected.
34+ After fixing the problem, the release was re-published as 1.0.6 with the same
35+ release notes.
36+
37+
30382020-12-16 v1.0.4
3139=================
3240
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ when not defined(nimscript):
99const
1010 versionMajor* = 1
1111 versionMinor* = 0
12- versionBuild* = 5
12+ versionBuild* = 6
1313
1414 versionBlob* = " stateofus" # Single word - ends up in the default graffitti
1515
You can’t perform that action at this time.
0 commit comments