Whoever is maintaining nostr-tools. we need to have a serious talk about correct versioning, you cant keep pushing breaking changes to minor versions.

I have libraries that use nostr-tools and when they get pulled into apps that have a higher minor version it keeps breaking.

Reply to this note

Please Login to reply.

Discussion

To be more specific, from 2.16 -> 2.17 the pool.subscribeMany method changed from requiring an array of filters to requiring a single filter.

This just bit me too. I'm confused about how we subscribe to many filters now.

Oh we use this now?

subscribeMap(requests: { url: string; filter: Filter }[], params: SubscribeManyParams)