From f06e6d46a274699e006e50c869d78b2ff2b53498 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 16 Dec 2020 22:20:45 +0200 Subject: [PATCH] v1.0.4 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ beacon_chain/version.nim | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb53d609c..fba88d450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +2020-12-16 v1.0.4 +================= + +A release bringing further stability improvements and minor performance +optimisations. + +----- + +**New additions:** + +* Nimbus can now be safely shut down with the SIGTERM signal on POSIX systems. + +* New discovery IP limits making theoretic eclipse attack much more costly. + +* A new `make benchmarks` target for obtaining a performance score for your system. + +* Upgrade of the BLST library bringing minor performance improvement. + +**We've fixed:** + +* Gossipsub resource leaks that may reduce the quality of the gossipsub mesh and + reduce the attestation effectiveness of the client. + +* Incomplete validation of the forwarded attestations that may affect negatively + the peer score of Nimbus. + +* An issue halting the activity of the Eth1 monitor. + +* The incorrect zero validator balance displayed while the node is syncing. + +* A regression preventing Nimbus to be used with custom testnet metadata files. + + 2020-12-09 v1.0.3 ================= diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 971e2ffe2..b543b921d 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -9,7 +9,7 @@ when not defined(nimscript): const versionMajor* = 1 versionMinor* = 0 - versionBuild* = 3 + versionBuild* = 4 versionBlob* = "stateofus" # Single word - ends up in the default graffitti