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.

Reply to this note

Please Login to reply.

Discussion

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)