Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Filter Processor #1100

Closed
winder opened this issue Jul 8, 2022 · 0 comments
Closed

Implement Filter Processor #1100

winder opened this issue Jul 8, 2022 · 0 comments
Assignees

Comments

@winder
Copy link
Contributor

winder commented Jul 8, 2022

Implement a new Processor for filtering data.

At a minimum it should allow the following options:

  • Filter by address (sender/receiver/etc)
  • Filter by app-id
  • Filter by asset-id
  • Filter ApplyData (remove it, at least app state)
AlgoStephenAkiki added a commit that referenced this issue Sep 13, 2022
Resolves #1100

Adds dynamic filter processor and initial tests
AlgoStephenAkiki added a commit that referenced this issue Sep 16, 2022
* Initial Filter Processor

Resolves #1100

Adds dynamic filter processor and initial tests

* Nits

* Update processors/filterprocessor/filter_processor.go

Co-authored-by: Eric Warehime <[email protected]>

* Update processors/filterprocessor/filter_processor_test.go

Co-authored-by: Eric Warehime <[email protected]>

* Update processors/filterprocessor/filter_processor_test.go

Co-authored-by: Eric Warehime <[email protected]>

* PR comments

* Pr comments

* PR updates

* PR updates

* Pr updates

* PR updates

* PR updates

* PR updates

* Changed some to any and const to exact

* Test failure fix

* Added more unit tests

* Config comments

Co-authored-by: Eric Warehime <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants