From 568e1fbb8cd401af55a405687a34cca2ff0ff883 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 12 Sep 2023 02:00:27 +0300 Subject: [PATCH] Final Release Notes for v23.9.0 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e038c3725b..4a100e7569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,20 @@ We've been hard at work researching and developing a GossipSub protocol upgrade, ### Improvements +* The GossipSub implementation of Nimbus now consumes less bandwidth and CPU cycles, while improving upon the existing DoS protections through better peer scoring: + https://github.com/status-im/nimbus-eth2/pull/5229 + * The new `--web3-signer` command-line option can be used to connect Nimbus to one or more remote signers without requiring any remote keystore files to be created. The list of validators attached to each remote signer is obtained automatically through the [`/api/v1/eth2/publicKeys`](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key/operation/ETH2_LIST) Web3Signer API endpoint: https://github.com/status-im/nimbus-eth2/pull/5366 https://github.com/status-im/nimbus-eth2/pull/5385 https://github.com/status-im/nimbus-eth2/pull/5389 -* The GossipSub implementation of Nimbus now consumes less bandwidth and CPU cycles, while improving upon the existing DoS protections through better peer scoring: - https://github.com/status-im/nimbus-eth2/pull/5229 - * Nimbus now supports the upcoming Holešky testnet: https://github.com/status-im/nimbus-eth2/pull/5337 +* Faster validator registry processing reduces the time spent by Nimbus in state transitions and replays: + https://github.com/status-im/nimbus-eth2/pull/5412 + ### Fixes * The `deposits exit` command was failing due to incorrect parsing of certain fields in the response of the `/eth/v1/config/spec` endpoint: