Files
meshcore-analyzer/cmd/server
Kpa-clawbot 5f7fdb9620 test(#1290): red — assert listener-only observers excluded from path-hop candidates
Adds TestResolveWithContext_ExcludesNonRelayObservers_Issue1290 covering:
- repeat:off pubkey → not a candidate
- repeat:on pubkey → still a candidate (regression guard)
- legacy obs / no field → still a candidate (back-compat)

Stub prefixMap.markNonRelay added so the test compiles and runs to its
assertion. Filtering inside resolveWithContext is not yet wired, so
case-1 fails on assertion (case repeat:off — expected nil, got
"ListenerOnly"). Green commit will plumb the filter through pm.m
construction.
2026-06-08 06:39:15 +00:00
..