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

history: results and tx set iteration is duplicated #4567

Open
marta-lokhova opened this issue Dec 6, 2024 · 0 comments
Open

history: results and tx set iteration is duplicated #4567

marta-lokhova opened this issue Dec 6, 2024 · 0 comments
Assignees
Labels

Comments

@marta-lokhova
Copy link
Contributor

Currently, the same iteration algorithm in the history subsystem is duplicated three times:

This logic is already error-prone enough due to allowed gaps, no reason to duplicate it. We can centralize the algorithm in one function with a little bit of refactoring/templating.

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

No branches or pull requests

2 participants