Skip to content

Commit

Permalink
Version 23.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Mar 21, 2023
1 parent 44b38ef commit 6c0d756
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c0d756

Please sign in to comment.