[ chebizarro/nostrc ] fix(nip66): remove nostrdb cache from NIP-66 pool + add diagnostics (hq-n7iln)
The NIP-66 relay discovery pool was wired with nostrdb cache-first
queries, causing it to return stale kind:30166 events from previous
sessions and skip the network entirely. Relay discovery needs fresh
results from the network every time.
Also adds targeted stderr diagnostics to gnostr_nip66_parse_relay_meta
to show exactly where events are being rejected (invalid JSON, kind
mismatch, missing tags, missing d/r tag for relay URL).

GitHub
fix(nip66): remove nostrdb cache from NIP-66 pool + add diagnostics (… · chebizarro/nostrc@166d16f
…hq-n7iln)
The NIP-66 relay discovery pool was wired with nostrdb cache-first
queries, causing it to return stale kind:30166 events from previou...