mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 00:47:03 +00:00
Version 1.5.4
This commit is contained in:
parent
782318d3fc
commit
b1218c6cd1
@ -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.
|
Please upgrade at your earliest convenience.
|
||||||
|
|
||||||
@ -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).
|
* 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
|
2021-10-21 v1.5.2
|
||||||
|
@ -15,7 +15,7 @@ when not defined(nimscript):
|
|||||||
const
|
const
|
||||||
versionMajor* = 1
|
versionMajor* = 1
|
||||||
versionMinor* = 5
|
versionMinor* = 5
|
||||||
versionBuild* = 3
|
versionBuild* = 4
|
||||||
|
|
||||||
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
|
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user