Skip to content

Commit

Permalink
Final Release Notes for v23.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Sep 11, 2023
1 parent 6b1ab81 commit 568e1fb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 568e1fb

Please sign in to comment.