Final Release Notes for v23.9.0
This commit is contained in:
parent
6b1ab81046
commit
568e1fbb8c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue