Skip to content

Commit 6c0d756

Browse files
committed
Version 23.3.2
1 parent 44b38ef commit 6c0d756

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2023-03-22 v23.3.2
2+
==================
3+
4+
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**.
5+
6+
### Improvements
7+
8+
* 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:
9+
10+
https://nimbus.guide/voluntary-exit.html
11+
https://github.com/status-im/nimbus-eth2/pull/4753
12+
13+
* 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:
14+
15+
https://github.com/status-im/nimbus-eth2/pull/4745
16+
17+
* 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:
18+
19+
https://github.com/status-im/nimbus-eth2/pull/4760
20+
21+
### Fixes
22+
23+
* 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:
24+
25+
https://github.com/status-im/nimbus-eth2/pull/4761
26+
27+
* Nimbus was sporadically triggering an inappropriate assertion error under normal operating conditions:
28+
29+
https://github.com/status-im/nimbus-eth2/pull/4759
30+
31+
132
2023-03-14 v23.3.1
233
==================
334

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ when not defined(nimscript):
1818
const
1919
versionMajor* = 23
2020
versionMinor* = 3
21-
versionBuild* = 1
21+
versionBuild* = 2
2222

2323
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2424

0 commit comments

Comments
 (0)