Skip to content

Commit 3b3d8b7

Browse files
committed
Version 1.5.2
1 parent f579112 commit 3b3d8b7

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
2021-10-04 v1.5.1
1+
2021-10-21 v1.5.2
2+
=================
3+
4+
Nimbus `v1.5.2` is a `high-urgency` release for all users who haven't yet upgraded to the `v1.5.x` series
5+
which add support for the upcoming beacon chain Altair hard-fork.
6+
7+
Please upgrade as soon as possible - **before the 27th of October**.
8+
9+
For users already running `v1.5.1`, the release brings a number of important bug fixes and optimizations
10+
and upgrading is still highly recommended.
11+
12+
## Notable changes
13+
14+
### Improvements:
15+
16+
* Faster ramp up of peers when starting the beacon node.
17+
18+
* Added new metrics for keeping track of dropped gossip messages:
19+
20+
https://github.com/status-im/nimbus-eth2/commit/bf6ad41d7dfd0899527a0374009a3fcf2a32361b
21+
22+
* The run-*-node.sh scripts provided in out Github repository will now enable the
23+
--rest and --metrics options by default.
24+
25+
### We've fixed:
26+
27+
* Potential crashes triggered by certain JSON-RPC and REST API requests.
28+
29+
* Unnecessary source of syncing time when the beacon node is restarted after the Altair transition.
30+
31+
* Certain non spec-compliant responses of the REST API.
32+
33+
34+
2021-10-11 v1.5.1
235
=================
336

437
Nimbus `v1.5.1` is a `high-urgency` release for all users who have already upgraded to `v1.5.0`. It fixes a deposit contract syncing issue manifesting as the warning message "Eth1 chain not synced". Under specific circumstances, such a failure to sync the Eth1 chain may result in missed Eth2 block proposals, so affected users are advised to upgrade as soon as possible.

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* = 1
18+
versionBuild* = 2
1919

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

0 commit comments

Comments
 (0)