File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This document outlines major changes between releases.
4
4
5
+ ## 0.107.1 "Narrativization" (06 Dec 2024)
6
+
7
+ An urgent version that fixes the problem of intensive CPU usage caused by improper
8
+ NeoFS BlockFetcher shutdown on the node's sync process completion and magnified by
9
+ additional bug at the peer discovery level.
10
+
11
+ No configuration changes or DB resync is required. It is highly recommended to update
12
+ from 0.107.0 as soon as possible since described problems affect the speed of blocks
13
+ processing and the overall node functionality.
14
+
15
+ Behavior changes:
16
+ * explicitly enable the list of stable hardforks in default NeoFS testnet
17
+ configuration (#3722 )
18
+
19
+ Improvements:
20
+ * decrease NeoFS storage nodes deal timeout for NeoFS BlockFetcher (#3723 )
21
+ * adjust optimal number of peers for networks with small peer count (#3727 )
22
+ * don't enable unstable hardforks by default (#3724 )
23
+
24
+ Bugs fixed:
25
+ * "unexpected empty payload: CMDVersion" error on peer disconnection (#3726 )
26
+ * NeoFS BlockFetcher shutdown (#3728 )
27
+ * connected peers count is not respected on attempt to gather more node addresses
28
+ (#3730 )
29
+
5
30
## 0.107.0 "Mongrelization" (03 Dec 2024)
6
31
7
32
A large update that introduces a major node extension: NeoFS BlockFetcher service and
You can’t perform that action at this time.
0 commit comments