diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-26 21:13:29 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-26 21:13:29 +0000 |
| commit | 76a5e7b46dbe90ebf5e31904cb510e6cab242cf4 (patch) | |
| tree | 49520a18cb4e964b4218548e22383b1ed196277a /CHANGELOG.md | |
| parent | a94fbc1f616128c93539c71b003495e5f6291c69 (diff) | |
feat: track and display kind-5 deletion count in FetchReport
Add a deletions counter to FetchReport, incremented in
process_fetched_events for each kind-5 event received and accumulated
across relays in consolidate_fetch_reports. The count is included in
the fetch summary display (e.g. "1 deletion", "2 deletions").
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5b583..5f88b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 12 | - git server push option passthrough, enabling `-o secret-scanning.skip` for grasp servers | 12 | - git server push option passthrough, enabling `-o secret-scanning.skip` for grasp servers |
| 13 | - `ngit sync` now publishes the current state event to grasp server relays that are missing it or have a stale version before attempting git pushes, preventing rejections; per-relay state visibility is captured during the nostr fetch and surfaced via `FetchReport::state_per_relay` | 13 | - `ngit sync` now publishes the current state event to grasp server relays that are missing it or have a stale version before attempting git pushes, preventing rejections; per-relay state visibility is captured during the nostr fetch and surfaced via `FetchReport::state_per_relay` |
| 14 | - Fetch filters now request kind-5 deletion events for cached state and repo announcement events by `#e` tag (NIP-09), in addition to the existing `#a`-tagged filter; ensures deletions of these events are received even from clients that do not embed a repo coordinate in their deletion event | 14 | - Fetch filters now request kind-5 deletion events for cached state and repo announcement events by `#e` tag (NIP-09), in addition to the existing `#a`-tagged filter; ensures deletions of these events are received even from clients that do not embed a repo coordinate in their deletion event |
| 15 | - `FetchReport` now tracks and displays a count of kind-5 deletion events received (e.g. `"1 deletion"` in the fetch summary) | ||
| 15 | 16 | ||
| 16 | ### Fixed | 17 | ### Fixed |
| 17 | 18 | ||