upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-05-01 20:20:18 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-05-01 20:28:19 +0000
commitdae4e06a9a1b221986d0ba1a8b875d0a3ca33f8e (patch)
tree7de51b385484f30c2d103091234213c4f4a93b24 /CHANGELOG.md
parent59e467b423e0ba66c30c7f1b7d41d47d938615de (diff)
fix: filter run_list state candidates by current remote's maintainers
when a repo has multiple nostr:// remotes sharing the same identifier, relays can return state events authored by maintainers of the other remote. without filtering, the newest event wins regardless of author, pointing refs at the wrong commits. state event candidates in run_list are now filtered to maintainers of the current remote's repo announcement.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af340fe..1ba6163 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## [Unreleased] 8## [Unreleased]
9 9
10### Fixed
11
12- when a repo has multiple `nostr://` remotes sharing the same identifier, relays could return state events authored by maintainers of the *other* remote; without filtering, the newest event won regardless of author, pointing refs at the wrong commits; state event candidates in `run_list` are now filtered to maintainers of the current remote's repo announcement
13
10## [2.4.2] - 2026-04-28 14## [2.4.2] - 2026-04-28
11 15
12### Fixed 16### Fixed