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

Unbound/not-fixed-size MaxFilterHeightRange #26

Open
i-norden opened this issue Sep 30, 2023 · 0 comments
Open

Unbound/not-fixed-size MaxFilterHeightRange #26

i-norden opened this issue Sep 30, 2023 · 0 comments

Comments

@i-norden
Copy link
Contributor

i-norden commented Sep 30, 2023

Currently MaxFilterHeightRange expects an int to define a static window size for the maximum number of epochs a filter query can look back from the current latest tipset. As the chain progresses, this window shifts forward making it impossible to set a boundary at a specific epoch.

Easy current work around if the goal is to simply allow the entire FEVM range (the only range which has FEVM events to filter) is to set it to the current epoch. This will stretch far back below the FEVM activation epoch (2,683,348) for a very long time. But if instead one wanted to define a specific epoch above 2,683,348 as the filter query boundary it is currently not possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant