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

eth/fetcher: remove Re-queue blocks #28

Merged
merged 1 commit into from
Sep 9, 2023
Merged

Conversation

0xcb9ff9
Copy link

@0xcb9ff9 0xcb9ff9 commented Sep 7, 2023

Description

revert bsc change, BlockFetcher.requeue and BlockFetcher.down is are two mutually exclusive state channels, and the here triggers both,don't need requeue status

f.done <- hash
f.requeue <- op

@0xcb9ff9 0xcb9ff9 self-assigned this Sep 7, 2023
@0xcb9ff9 0xcb9ff9 added the bug Something isn't working label Sep 7, 2023
Copy link
Collaborator

@DarianShawn DarianShawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You hit the point!
LGTM

@DarianShawn DarianShawn merged commit e31ad14 into dev Sep 9, 2023
5 checks passed
@DarianShawn DarianShawn deleted the fix/block-fetcher-re-queue branch September 9, 2023 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants