Skip to content

Commit

Permalink
Version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Nov 10, 2021
1 parent 782318d commit b1218c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2021-11-09 v1.5.3
2021-11-09 v1.5.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.
Nimbus `v1.5.4` 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.

Please upgrade at your earliest convenience.

Expand All @@ -25,7 +25,7 @@ Please upgrade at your earliest convenience.

* 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).

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).
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).


2021-10-21 v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ when not defined(nimscript):
const
versionMajor* = 1
versionMinor* = 5
versionBuild* = 3
versionBuild* = 4

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

Expand Down

0 comments on commit b1218c6

Please sign in to comment.