Skip to content

Commit 568e1fb

Browse files
committed
Final Release Notes for v23.9.0
1 parent 6b1ab81 commit 568e1fb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@ We've been hard at work researching and developing a GossipSub protocol upgrade,
77

88
### Improvements
99

10+
* The GossipSub implementation of Nimbus now consumes less bandwidth and CPU cycles, while improving upon the existing DoS protections through better peer scoring:
11+
https://github.com/status-im/nimbus-eth2/pull/5229
12+
1013
* 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:
1114
https://github.com/status-im/nimbus-eth2/pull/5366
1215
https://github.com/status-im/nimbus-eth2/pull/5385
1316
https://github.com/status-im/nimbus-eth2/pull/5389
1417

15-
* The GossipSub implementation of Nimbus now consumes less bandwidth and CPU cycles, while improving upon the existing DoS protections through better peer scoring:
16-
https://github.com/status-im/nimbus-eth2/pull/5229
17-
1818
* Nimbus now supports the upcoming Holešky testnet:
1919
https://github.com/status-im/nimbus-eth2/pull/5337
2020

21+
* Faster validator registry processing reduces the time spent by Nimbus in state transitions and replays:
22+
https://github.com/status-im/nimbus-eth2/pull/5412
23+
2124
### Fixes
2225

2326
* The `deposits exit` command was failing due to incorrect parsing of certain fields in the response of the `/eth/v1/config/spec` endpoint:

0 commit comments

Comments
 (0)