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

fix: reorg detector and syncer issues v0.4.2 #271

Merged
merged 6 commits into from
Jan 23, 2025

Conversation

goran-ethernal
Copy link
Collaborator

Description

This PR fixes the issues found on the l1infotreesyncer and reorg detector, when we might not be tracking a correct block hash in the reorg detector.

It also fixes an issue when download channel is closing, it passes an empty block object (since it is passing objects by value and not by reference), with number 0, and empty hash, which processor passes to the reorg detector which is not correct.

@goran-ethernal goran-ethernal changed the base branch from main to release/v0.4.2 January 20, 2025 14:35
@goran-ethernal goran-ethernal force-pushed the fix/reorg-detector-syncer-issues branch 6 times, most recently from 0fc2255 to 3e323f3 Compare January 20, 2025 15:13
@goran-ethernal goran-ethernal self-assigned this Jan 21, 2025
@goran-ethernal goran-ethernal force-pushed the fix/reorg-detector-syncer-issues branch from 8767f48 to b232918 Compare January 21, 2025 11:40
@goran-ethernal goran-ethernal changed the title fix: reorg detector and syncer issues fix: reorg detector and syncer issues v0.4.2 Jan 21, 2025
@Stefan-Ethernal Stefan-Ethernal force-pushed the fix/reorg-detector-syncer-issues branch from 50f5708 to 3c004ea Compare January 23, 2025 13:49
@goran-ethernal goran-ethernal marked this pull request as ready for review January 23, 2025 15:09
@goran-ethernal goran-ethernal merged commit 4671964 into release/v0.4.2 Jan 23, 2025
11 checks passed
@goran-ethernal goran-ethernal deleted the fix/reorg-detector-syncer-issues branch January 23, 2025 16:11
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

Successfully merging this pull request may close these issues.

4 participants