|
1 | | -2021-03-09 v1.0.9 |
2 | | -================= |
| 1 | +2021-03-10 v1.0.10 |
| 2 | +================== |
3 | 3 |
|
4 | | -This release includes important security fixes introduced in third-party |
5 | | -packages and brings further performance improvements. |
| 4 | +This release contains important security and performance improvements. |
6 | 5 |
|
7 | 6 | ----- |
8 | 7 |
|
9 | | -**We've upgraded:** |
| 8 | +**Upgraded:** |
10 | 9 |
|
11 | | -* The BLST library is now version 0.3.3: |
| 10 | +* We're now running version 0.3.3 of the BLST library: |
12 | 11 | https://github.com/supranational/blst/releases/tag/v0.3.3 |
13 | 12 |
|
14 | | -* We've switched to a more recent version of BearSSL, featuring a more |
15 | | - up-to-date list of trusted root certificates. |
| 13 | +* We've switched to a more recent version of BearSSL |
| 14 | + (this version features a more up-to-date list of trusted root certificates) |
16 | 15 |
|
17 | | -* The Eth2 spec has been upgraded to 1.0.1. |
| 16 | +* We're now consistent with the v1.0.1 Eth2 spec |
18 | 17 |
|
19 | 18 | **We've fixed:** |
20 | 19 |
|
| 20 | +* A frequent crash occurring on certain hardware configurations after |
| 21 | + building Nimbus from source. |
| 22 | + |
21 | 23 | * Long processing delays triggered by the reception of attestations that |
22 | 24 | reference already pruned states. |
23 | 25 |
|
24 | | -* LibP2P peer management issue leading to accumulation of inactive |
| 26 | +* LibP2P peer management issue which led to an accumulation of inactive |
25 | 27 | connections. |
26 | 28 |
|
27 | 29 | * A false-positive in doppelganger detection triggered by rebroadcasted |
28 | 30 | older attestations arriving with a significant delay. |
29 | 31 |
|
| 32 | +**New features**: |
| 33 | + |
| 34 | +* A new improved format of the slashing protection database: |
| 35 | + |
| 36 | + - Significantly reduces the disk load with a large number of validators (1000+). |
| 37 | + |
| 38 | + - Makes it possible to enhance our doppelganger detection in the future such that |
| 39 | + waiting for 2 epochs before attesting is not necessary. |
| 40 | + |
| 41 | + To ensure smooth upgrade and emergency rollback between older and future Nimbus |
| 42 | + versions, v1.0.10 will keep track of your attestation in both the old and the |
| 43 | + new format. The extra load should be negligible for home stakers. |
| 44 | + |
| 45 | + |
| 46 | +2021-03-09 v1.0.9 |
| 47 | +================= |
| 48 | + |
| 49 | +This version was an internal release candidate build for the 1.0.10 release. |
| 50 | + |
30 | 51 |
|
31 | 52 | 2021-02-22 v1.0.8 |
32 | 53 | ================= |
|
0 commit comments