diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c0793d1..da8ad3ac7 100644 --- a/CHANGELOG.md +++ b/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 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 0f74f2dc2..bc554754f 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -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