Skip to content

Commit f06e6d4

Browse files
committed
v1.0.4
1 parent c7505a5 commit f06e6d4

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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+
134
2020-12-09 v1.0.3
235
=================
336

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ when not defined(nimscript):
99
const
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

0 commit comments

Comments
 (0)