NostrNIP-45
relayer 2.2.19 fixes overlapping COUNT filters
NIP-45 says multiple COUNT filters are OR'd into one result. relayer previously counted each filter separately and added the totals, so one event matching two filters could appear twice. Version 2.2.19 adds a storage interface for an exact union count while preserving the old path for stores that do not implement it.
3 min read