mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-26 22:39:49 +00:00
Version 23.3.2
This commit is contained in:
parent
44b38ef137
commit
6c0d756d54
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,3 +1,34 @@
|
||||
2023-03-22 v23.3.2
|
||||
==================
|
||||
|
||||
Nimbus `v23.3.2` is a `medium-urgency`, but mandatory upgrade providing full-support for the upcoming Capella hard-fork on Mainnet. Please upgrade at your earliest convenience - **before the 12th of April**.
|
||||
|
||||
### Improvements
|
||||
|
||||
* The `deposits exit` can now be executed with a path to a keystore file that was generated by `deposit-staking-cli` or `ethdo`. All users are advised to use this method for exiting, due to a [known issue](https://github.com/status-im/nimbus-eth2/issues/4216) preventing the other formerly supported methods from working:
|
||||
|
||||
https://nimbus.guide/voluntary-exit.html
|
||||
https://github.com/status-im/nimbus-eth2/pull/4753
|
||||
|
||||
* The metrics `beacon_light_client_finality_update_received`, `beacon_light_client_finality_update_dropped`, `beacon_light_client_optimistic_update_received` and `beacon_light_client_optimistic_update_dropped` provide information regarding the observed light client gossip traffic:
|
||||
|
||||
https://github.com/status-im/nimbus-eth2/pull/4745
|
||||
|
||||
* Nimbus now recognizes the `/eth/v1/validator/beacon_committee_selections` and `/eth/v1/validator/sync_committee_selections` Beacon API end-points in accordance to the latest spec:
|
||||
|
||||
https://github.com/status-im/nimbus-eth2/pull/4760
|
||||
|
||||
### Fixes
|
||||
|
||||
* Nimbus will no longer report warnings such as "Connection to EL node degraded" when paired with an execution node that hasn't been synced up to the deployment block of the validator deposit contract:
|
||||
|
||||
https://github.com/status-im/nimbus-eth2/pull/4761
|
||||
|
||||
* Nimbus was sporadically triggering an inappropriate assertion error under normal operating conditions:
|
||||
|
||||
https://github.com/status-im/nimbus-eth2/pull/4759
|
||||
|
||||
|
||||
2023-03-14 v23.3.1
|
||||
==================
|
||||
|
||||
|
@ -18,7 +18,7 @@ when not defined(nimscript):
|
||||
const
|
||||
versionMajor* = 23
|
||||
versionMinor* = 3
|
||||
versionBuild* = 1
|
||||
versionBuild* = 2
|
||||
|
||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user