Skip to content

Commit 4842c9d

Browse files
committed
Document the breaking changes in 23.5.1
1 parent 4c3850f commit 4842c9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
Nimbus `v23.5.1` is a `medium-urgency` point release improving the compatibility of Nimbus with 3rd party validator clients and beacon nodes and introducing the support for incremental pruning. If you are still not using the `--history:prune` option, we recommend testing it in a non-production environment, as it will be enabled by default in our next release.
55

6+
### Breaking changes
7+
8+
* The Nimbus validator client no longer accepts under-specified beacon node URLs that doesn't include a port number or a protocol scheme. When a protocol scheme is specified, Nimbus now uses the default port for the selected protocol (80 for HTTP and 443 for HTTPS):
9+
10+
https://github.com/status-im/nimbus-eth2/pull/4921
11+
612
### Improvements
713

814
* The history pruning is now incremental and no longer results in start-up delays when the `--history:prune` option is enabled on an existing node:

0 commit comments

Comments
 (0)