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

Add feature to store block filters #188

Open
3 tasks
rustaceanrob opened this issue Oct 31, 2024 · 0 comments
Open
3 tasks

Add feature to store block filters #188

rustaceanrob opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
api Changes to the public API enhancement New feature or request long term goal Not immediately useful but nice-to-have features

Comments

@rustaceanrob
Copy link
Owner

Users may want to request filters by height and check for inclusions. The primary use case would be to verify an LN channel announcement given a height and TxOut

  • Add a FilterStore trait or include it in HeaderStore
  • Cache the filter as they are checked
  • Remove reorganized filters
@rustaceanrob rustaceanrob self-assigned this Oct 31, 2024
@rustaceanrob rustaceanrob added enhancement New feature or request long term goal Not immediately useful but nice-to-have features api Changes to the public API labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes to the public API enhancement New feature or request long term goal Not immediately useful but nice-to-have features
Projects
None yet
Development

No branches or pull requests

1 participant