-
Notifications
You must be signed in to change notification settings - Fork 4
Abstract block looping to seperate crate #247
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
Conversation
add remained latest tests
ref: use take while
doc: comment about order
|
Okay should be done re: size_hint Is this what you had in mind |
0xNeshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last change request, we can merge afterwards!
0xNeshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
|
@0xNeshi Theres a bug we cant merge due to "A conversation must be resolved before this pull request can be merged." |
|
Noticed it |
We have similar block range looping logic across the repo. This makes it so
This PR abstracts away the looping logic so you just need to worry about streaming a batch and handling reorgs to address these issues