File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org).
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Empty ` FindBlocks ` and ` FindHeaders ` responses are now only counted against peers
13+ that advertised a height above the local tip in their handshake, instead of being
14+ counted whenever a wall-clock estimate reports the node as far from the network
15+ tip. Peers at or below the local tip are no longer disconnected when the local
16+ tip is stale (mining paused, or the whole network parked at a shared tip)
17+ ([ #10910 ] ( https://github.com/ZcashFoundation/zebra/pull/10910 ) ).
18+
1019## [ Zebra 6.2.2] ( https://github.com/ZcashFoundation/zebra/releases/tag/v6.2.2 ) - 2026-07-24
1120
1221### Changed
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - ` FindBlocks ` /` FindHeaders ` stall tracking is now gated per peer on the height the peer
13+ advertised in its version handshake instead of a wall-clock estimate of the node's distance to
14+ the network tip, so peers at or below a stale local tip are no longer disconnected
15+ ([ #10910 ] ( https://github.com/ZcashFoundation/zebra/pull/10910 ) ).
16+
1017## [ 10.2.1] - 2026-07-24
1118
1219### Changed
You can’t perform that action at this time.
0 commit comments