algorandfoundation / algokit-subscriber-ts

Simple, but flexible / configurable Algorand transaction subscription / indexing mechanism
MIT License
12 stars 6 forks source link

feat: Added multiple filter support to AlgorandSubscriber #35

Closed robdmoore closed 6 months ago

robdmoore commented 6 months ago

Also added BREAKING CHANGE to always require filters to be passed in as an array of NamedTransactionFilter. This is a much clearer interface and we have unlisted 1.0 release so this breaking change can sneak in as part of 1.0.

Also added BREAKING CHANGE for events -> filters for consistency and reduced confusion.

Fixes #27 and fixes #31.