File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1+ 2020-12-02 v1.0.1
2+ =================
3+
4+ A point release fixing a number of issues reported after the Mainnet launch.
5+
6+ New additions:
7+
8+ * Better pacing of our Eth1 syncing requests less likely to go over the
9+ maximum allowed burst rates with the Infura free plans. More resiliency
10+ in case of errors.
11+
12+ We've fixed:
13+
14+ * A crash reported by multiple users with the following error message:
15+ "Only one concurrent read allowed".
16+
17+ * An error in the default configuration preventing the node from discovering
18+ peers on mainnet unless ` --network=mainnet ` was explicitly specified on the
19+ command-line.
20+
21+ * An incorrect value for the fractional part of your ETH balance in the
22+ Nimbus status bar.
23+
24+ * An issue that may cause the Eth1 syncing process to get stuck before
25+ reaching the head of the chain.
26+
27+ * Unnecessary network traffic related to GossipSub ` IHAVE ` .
28+
29+ * Incorrect gossipsub pruning which could result in messages getting lost.
30+
31+ * An issue where an excessively long graffiti string could cause a crash
32+ upon startup.
33+
34+ * A Linux-only issue causing the ` deposits import ` command to ignore its
35+ supplied arguments.
36+
37+
1382020-11-29 v1.0.0-stateofus
239===========================
340
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* = 0
12+ versionBuild* = 1
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