Skip to content

Commit df31c46

Browse files
committed
Version 1.5.3
1 parent 2c0be05 commit df31c46

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-11-09 v1.5.3
2+
=================
3+
4+
Nimbus `v1.5.3` is a `medium-urgency` hotfix release. It addresses an important issue which, in rare cases, can lead to the loss of attestations and sync committee messages. This can, in turn, lead to a reduction in rewards.
5+
6+
Please upgrade at your earliest convenience.
7+
8+
### We've fixed:
9+
10+
* A rare issue during the construction of sync committee contributions: invalid BLS aggregate signatures were being produced under certain conditions; this had the potential to negatively affect the peer score of the node, and impact its ability to deliver gossip messages.
11+
12+
* A non-spec-compliant implementation of the `/eth/v1/validator/duties/sync/{epoch}` REST API.
13+
14+
* A crash in the `/eth/v2/debug/beacon/states` REST API call on systems with limited stack space.
15+
16+
### Improvements:
17+
18+
* A nice little performance improvement for block verification and replay.
19+
20+
* Improved error messages in the REST API.
21+
22+
* The `/eth/v1/config/spec` REST API now returns more information regarding spec config parameters.
23+
24+
## Other notable changes:
25+
26+
* 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+
28+
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.3 will enable the log file creation (though a deprecation warning will be printed on start-up).
29+
30+
131
2021-10-21 v1.5.2
232
=================
333

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

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

0 commit comments

Comments
 (0)