Skip to content

Commit

Permalink
Final release notes for v22.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Oct 13, 2022
1 parent 5ff99b9 commit 47c4a2f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
2022-10-10 v22.10.1
2022-10-13 v22.10.1
===================

Nimbus `v22.10.1` is a `low-urgency` hotfix release addressing a frequently encountered crash when Nimbus has poor network connectivity to an external block builder:
Nimbus `v22.10.1` is a `low-urgency` point release introducing support for the official light client REST API and improving the stability of Nimbus when paired with an external block builder.

### Improvements

* Support for the official light client REST API:
https://github.com/ethereum/beacon-APIs/pull/247
https://github.com/status-im/nimbus-eth2/pull/4213
https://github.com/status-im/nimbus-eth2/pull/4232

### Fixes:

* Nimbus was slowly leaking file descriptors when paired with an external builder:
https://github.com/status-im/nim-chronos/pull/323


* Nimbus could potentially crash under a poor network connectivity to an external builder:
https://github.com/status-im/nimbus-eth2/pull/4222


Expand Down

0 comments on commit 47c4a2f

Please sign in to comment.