You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an optional release with network hardenings for operators that experience issues with their nodes peer set connectivity or otherwise want to be proactive about avoiding such issues.
13
+
14
+
This release helps keep Zebra's peer set healthy. While syncing, outbound connection slots are
15
+
no longer occupied by peers that can't serve blocks, dropped outbound connections are proactively
16
+
replaced, and `getaddr` responses share more of the address book so peers can find more of the
17
+
network. Zebra also no longer disconnects peers during expected long gaps between blocks, or
18
+
penalizes them for briefly disagreeing about the NU6.3 activation.
19
+
10
20
### Changed
11
21
12
22
- Mempool transaction relay no longer penalizes peers for adjacent NU6.2 and
@@ -29,14 +39,18 @@ and this project adheres to [Semantic Versioning](https://semver.org).
29
39
responses while the node is within 1,000 estimated blocks of the network tip, avoiding false
0 commit comments