Skip to content

Commit f0f9735

Browse files
committed
Version 1.5.5
1 parent cc51f3f commit f0f9735

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2021-12-03 v1.5.5
2+
=================
3+
4+
Nimbus `v1.5.5` is a `medium-urgency` bugfix release which contains a number of significant optimisations; of particular note is a **6x speed-up in epoch processing** and **2x speed up in Altair block processing**.
5+
6+
In addition, `v1.5.5` adds support for the `web3signer` protocol (currently in BETA).
7+
8+
### We've fixed:
9+
10+
* The potential for missed block proposals when a third-party validator client (with at least one imported validator) is used with a Nimbus beacon node (with no imported validators)
11+
* The web3 connection not being enabled when running third-party validator clients
12+
13+
* A rare condition in which the REST service becomes unavailable.
14+
* Inappropriate error messages produced by the REST API: when a validator client is publishing the same attestations or sync committee messages through multiple beacon nodes.
15+
16+
### Improvements:
17+
18+
* 6x speed-up in epoch processing: https://github.com/status-im/nimbus-eth2/pull/3089
19+
* 2x speed up in Altair block processing: https://github.com/status-im/nimbus-eth2/pull/3115
20+
* A 12% (minimum) reduction in the outgoing GossipSub traffic: https://github.com/status-im/nimbus-eth2/pull/3112
21+
* Across the board performance improvements in the REST API: https://github.com/status-im/nimbus-eth2/pull/3092
22+
* The REST API can now report sync committee information for the next sync period: https://github.com/status-im/nimbus-eth2/pull/3133
23+
* Added support for the web3signer protocol (beta release):
24+
https://github.com/status-im/nimbus-eth2/pull/3077
25+
26+
127
2021-11-09 v1.5.4
228
=================
329

@@ -24,7 +50,7 @@ Please upgrade at your earliest convenience.
2450
## Other notable changes:
2551

2652
* The `--log-file` option is now deprecated and may be removed in a future release (if you wish to log to a file, we recommend redirecting the standard output).
27-
53+
2854
Please note that the --log-file option was previously supported only when Nimbus was built from source. If your existing configuration used the --log-file option with a binary release, upgrading to v1.5.4 will enable the log file creation (though a deprecation warning will be printed on start-up).
2955

3056

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ when not defined(nimscript):
1515
const
1616
versionMajor* = 1
1717
versionMinor* = 5
18-
versionBuild* = 4
18+
versionBuild* = 5
1919

2020
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
2121

0 commit comments

Comments
 (0)