Skip to content

Commit 43662be

Browse files
committed
v1.0.1
1 parent d5e3712 commit 43662be

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
2020-11-29 v1.0.0-stateofus
239
===========================
340

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* = 0
12+
versionBuild* = 1
1313

1414
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
1515

0 commit comments

Comments
 (0)