Skip to content

Commit

Permalink
version v24.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Sep 30, 2024
1 parent ec831f1 commit 3bf96a5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
2024-09-30 v24.9.0
==================

Nimbus `v24.9.0` is a `low-urgency` release with beacon API improvements and stability fixes.

### Improvements

* Add support for getBlockRewards and getSyncCommitteeRewards beacon API endpoints:
https://github.com/status-im/nimbus-eth2/pull/6556

* Add support for publishAggregateAndProofsV2 beacon API endpoint:
https://github.com/status-im/nimbus-eth2/pull/6546

* Add support for getPoolAttestationsV2 beacon API endpoint:
https://github.com/status-im/nimbus-eth2/pull/6511

### Fixes

* Web3signer always resolves DNS hostnames:
https://github.com/status-im/nimbus-eth2/pull/6567

* Avoid potential crash while initializing UPnP:
https://github.com/status-im/nimbus-eth2/pull/6538

* Fix missing field values in Deneb and Electra getBlindedBlock beacon API endpoint responses:
https://github.com/status-im/nimbus-eth2/pull/6569

2024-08-29 v24.8.0
==================

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 @@ const
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"

versionMajor* = 24
versionMinor* = 8
versionMinor* = 9
versionBuild* = 0

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

0 comments on commit 3bf96a5

Please sign in to comment.