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 slot to the gsfa index + add a way to read the transactions for an address between two slots #174

Open
linuskendall opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@linuskendall
Copy link
Contributor

To support the backfill of transactions that mention specific accounts by slot range, we would need to add a way to read signatures for address between two slots.

This will require adding the slot number to the gsfa index for efficient retrievals.

When streaming transactions out we'd find the start slot number in the gsfa index for the particular acocunt key, and then start reading the index forwards until we find the end slot number.

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

2 participants