From 91741326cc529f02817a1887180316a969b76998 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 10 Dec 2020 02:55:40 +0200 Subject: [PATCH] v1.0.3 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++---- beacon_chain/version.nim | 2 +- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2984cd103..eb53d609c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +2020-12-09 v1.0.3 +================= + +A release fixing issues that have contributed to Nimbus's lower peer scores +on the network. + +----- + +**New additions:** + +* New metrics tracking the syncing progress of the Eth1 deposit contract + monitor. + +* A new `web3 test` command for testing the compatibility of a web3 provider + before using it. + +**We've fixed:** + +* Incorrect timing when sending aggregated attestations. + +* Stale ENR records not taking into account the dynamic attestation subnet + hopping. + +* An invalid error message produced by the `deposits exit` command (validator + state unknown). + + 2020-12-03 v1.0.2 ================= @@ -15,8 +42,8 @@ So it's important you update at your earliest convenience. **We've fixed:** -* A deposit merkle proofs generation issue which occasionally resulting - in missed block proposals shortly after a new Eth1 head was selected. +* A deposit merkle proofs generation issue occasionally resulting in missed + block proposals shortly after a new Eth1 head was selected. * Slow status bar updates in the absense of logging messages. @@ -75,7 +102,9 @@ As promised, a slightly more polished release before Mainnet launch ✨ Please make sure you update to this release before Eth2 genesis this Tuesday (December 1 12:00:23 UTC), as it contains some important improvements. -New additions: +----------------- + +**New additions:** * Updated list of bootstrap nodes for Mainnet. @@ -97,7 +126,7 @@ New additions: * New RPC calls to track node and config status. Specifically, a JSON-RCP call for inspecting the active config preset (`get_v1_config_spec`). -We've fixed: +**We've fixed:** * Inaccurate peer counts (an occasional mismatch between the number of syncing peers and GossipSub peers) -- the default peer limit has been diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index b1997433c..971e2ffe2 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* = 2 + versionBuild* = 3 versionBlob* = "stateofus" # Single word - ends up in the default graffitti