File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ 2020-12-16 v1.0.4
2+ =================
3+
4+ A release bringing further stability improvements and minor performance
5+ optimisations.
6+
7+ -----
8+
9+ ** New additions:**
10+
11+ * Nimbus can now be safely shut down with the SIGTERM signal on POSIX systems.
12+
13+ * New discovery IP limits making theoretic eclipse attack much more costly.
14+
15+ * A new ` make benchmarks ` target for obtaining a performance score for your system.
16+
17+ * Upgrade of the BLST library bringing minor performance improvement.
18+
19+ ** We've fixed:**
20+
21+ * Gossipsub resource leaks that may reduce the quality of the gossipsub mesh and
22+ reduce the attestation effectiveness of the client.
23+
24+ * Incomplete validation of the forwarded attestations that may affect negatively
25+ the peer score of Nimbus.
26+
27+ * An issue halting the activity of the Eth1 monitor.
28+
29+ * The incorrect zero validator balance displayed while the node is syncing.
30+
31+ * A regression preventing Nimbus to be used with custom testnet metadata files.
32+
33+
1342020-12-09 v1.0.3
235=================
336
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* = 3
12+ versionBuild* = 4
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