adamritter / nostr-relaypool-ts

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency
https://www.npmjs.com/package/nostr-relaypool
MIT License
63 stars 17 forks source link

Don't resend already running filters to a relay #25

Open adamritter opened 1 year ago

adamritter commented 1 year ago

This needs a database of per relay set of filters already running (probably implemented as a separate class). It depends on #24 issue.