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

Dynamic filters #28

Open
robdmoore opened this issue Mar 19, 2024 · 0 comments · May be fixed by #45
Open

Dynamic filters #28

robdmoore opened this issue Mar 19, 2024 · 0 comments · May be fixed by #45
Labels
enhancement New feature or request

Comments

@robdmoore
Copy link
Contributor

robdmoore commented Mar 19, 2024

Support the ability to add filters dynamically based on the information retrieved in blocks (potentially re-running those filters in the block that the new filter was discovered in?).

Need to figure out if indexer catchup mode can be supported by this or not - it would be tricky to do, but may be possible.

Requires #27

We will need to include a filter persistence mechanism similar to watermarking.

Idea: either allow entire filters to be dynamically added, or allow a static set of filters to reference a "dynamic filter value", which resolves to an named array value that can be looked up.

Question: do we re-run the modified filter for the current block or does it take effect from the next block (simpler).

@robdmoore robdmoore added the enhancement New feature or request label Mar 19, 2024
@robdmoore robdmoore linked a pull request Mar 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant