1+ 2020-12-09 v1.0.3
2+ =================
3+
4+ A release fixing issues that have contributed to Nimbus's lower peer scores
5+ on the network.
6+
7+ -----
8+
9+ ** New additions:**
10+
11+ * New metrics tracking the syncing progress of the Eth1 deposit contract
12+ monitor.
13+
14+ * A new ` web3 test ` command for testing the compatibility of a web3 provider
15+ before using it.
16+
17+ ** We've fixed:**
18+
19+ * Incorrect timing when sending aggregated attestations.
20+
21+ * Stale ENR records not taking into account the dynamic attestation subnet
22+ hopping.
23+
24+ * An invalid error message produced by the ` deposits exit ` command (validator
25+ state unknown).
26+
27+
1282020-12-03 v1.0.2
229=================
330
@@ -15,8 +42,8 @@ So it's important you update at your earliest convenience.
1542
1643** We've fixed:**
1744
18- * A deposit merkle proofs generation issue which occasionally resulting
19- in missed block proposals shortly after a new Eth1 head was selected.
45+ * A deposit merkle proofs generation issue occasionally resulting in missed
46+ block proposals shortly after a new Eth1 head was selected.
2047
2148* Slow status bar updates in the absense of logging messages.
2249
@@ -75,7 +102,9 @@ As promised, a slightly more polished release before Mainnet launch ✨
75102Please make sure you update to this release before Eth2 genesis this
76103Tuesday (December 1 12:00:23 UTC), as it contains some important improvements.
77104
78- New additions:
105+ -----------------
106+
107+ ** New additions:**
79108
80109* Updated list of bootstrap nodes for Mainnet.
81110
@@ -97,7 +126,7 @@ New additions:
97126* New RPC calls to track node and config status. Specifically, a JSON-RCP
98127 call for inspecting the active config preset (` get_v1_config_spec ` ).
99128
100- We've fixed:
129+ ** We've fixed:**
101130
102131* Inaccurate peer counts (an occasional mismatch between the number of
103132 syncing peers and GossipSub peers) -- the default peer limit has been
0 commit comments