@npub196yy...m0v9 @Ray Buni There’s a bug with Haven (when using the BadgerDB connector) where the Nostr relay(s) do not respect the query filters. I filed GitHub issues on the Haven and @fiatjaf ’s eventstore repos, but just wanted to make sure you’re aware. It seems that switching to LMDB would require a re-import of Nostr events, which seems messy. I’m not sure what’s the correct path forward for Eggstr (aside from fixing the root cause in the BadgerDB connector and performing a migration of all Eggstr Haven relays afterward).

GitHub
Inbox relay not respecting filters on subscription · Issue #80 · bitvora/haven
The inbox relay implementation is not respecting filters on subscriptions. Notice that nak has detected that filter does not match. The filter was ...
GitHub
Badger backed relay not respecting query filters · Issue #46 · fiatjaf/eventstore
Notice that nak has detected that filter does not match. The filter was requesting for all kind 1 events with a specific q tag, and none of the ret...


