File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ 2021-03-09 v1.0.9
2+ =================
3+
4+ This release includes important security fixes introduced in third-party
5+ packages and brings further performance improvements.
6+
7+ -----
8+
9+ ** We've upgraded:**
10+
11+ * The BLST library is now version 0.3.3:
12+ https://github.com/supranational/blst/releases/tag/v0.3.3
13+
14+ * We've switched to a more recent version of BearSSL, featuring a more
15+ up-to-date list of trusted root certificates.
16+
17+ * The Eth2 spec has been upgraded to 1.0.1.
18+
19+ ** We've fixed:**
20+
21+ * Long processing delays triggered by the reception of attestations that
22+ reference already pruned states.
23+
24+ * LibP2P peer management issue leading to accumulation of inactive
25+ connections.
26+
27+ * A false-positive in doppelganger detection triggered by rebroadcasted
28+ older attestations arriving with a significant delay.
29+
30+
1312021-02-22 v1.0.8
232=================
333
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* = 8
12+ versionBuild* = 9
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