Skip to content

Commit

Permalink
Version v24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Feb 2, 2024
1 parent 8b261dd commit 742f151
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2023-02-02 v24.2.0
==================

Nimbus `v24.2.0` is a `low-urgency` upgrade bringing important stability improvements for Deneb-enabled networks. It's highly recommended for users who are testing their setups in the Holešky testnet, which will be transitioned to Deneb on 7th of February.

### Improvements

* Nimbus now supports the `/eth/v1/beacon/blinded_blocks/{block_id}` Beacon API endpoint:
https://github.com/status-im/nimbus-eth2/pull/5829
https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.4.2#/Beacon/getBlindedBlock

* Nimbus now reports more comprehensive information in case of errors while interacting with an external builder:
https://github.com/status-im/nimbus-eth2/pull/5819

## Fixes

* Nimbus was frequently getting out of sync on Deneb-transitioned networks due to a regression introduced in the `v24.1.2` release:
https://github.com/status-im/nimbus-eth2/pull/5834

* The `block_sidecar` event reported by the Beacon API had incorrect format for the `versioned_hash` value:
https://github.com/status-im/nimbus-eth2/pull/5844

* Rare circumstances could cause the Nimbus validator client to permanently lose its connection to the configured beacon node when the two processes had system clock disparities:
https://github.com/status-im/nimbus-eth2/pull/5827

* Nimbus now uses smaller Builder API validator registration batch size in order to prevent rarely triggered registration timeouts:
https://github.com/status-im/nimbus-eth2/pull/5837


2023-01-25 v24.1.2
==================

Expand Down
4 changes: 2 additions & 2 deletions beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"

versionMajor* = 24
versionMinor* = 1
versionBuild* = 2
versionMinor* = 2
versionBuild* = 0

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

Expand Down

0 comments on commit 742f151

Please sign in to comment.