Skip to content

Commit 286a93a

Browse files
committed
docs(changelog): add entry for the per-peer find-stall gate
1 parent bf3f372 commit 286a93a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

zebra-network/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)