Skip to content

Commit a5713c5

Browse files
committed
v1.0.9
1 parent 196e3ea commit a5713c5

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
2021-02-22 v1.0.8
232
=================
333

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* = 8
12+
versionBuild* = 9
1313

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

0 commit comments

Comments
 (0)