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: incremental and full scans are performed correctly #383

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

tvolk131
Copy link
Contributor

Currently we're performing incremental scans when we should be doing full scans, and vice versa.

Copy link
Collaborator

@tnull tnull left a comment

Choose a reason for hiding this comment

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

Ugh, thank you for catching this.

In my understanding this bug would lead to the first sync attempt after an upgrade always failing, and subsequent syncs doing full_scans, ie, have us not apply the efficiency optimization but in essence rather follow the pre-0.4 syncing approach.

@tnull tnull merged commit a9e6fba into lightningdevkit:main Oct 18, 2024
10 of 13 checks passed
@tvolk131 tvolk131 deleted the fix_incremental_scan_bug branch October 18, 2024 17:23
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.

3 participants