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

go/consensus/cometbft/light: Only fetch from light store for now #5481

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

kostko
Copy link
Member

@kostko kostko commented Nov 28, 2023

In practice the previously introduced fetch from light client caused the light client to fall back to slow backwards verification due to target blocks being in the past, below the pruning window.

In practice the previously introduced fetch from light client caused
the light client to fall back to slow backwards verification due to
target blocks being in the past, below the pruning window.
@kostko kostko force-pushed the kostko/fix/light-client-bg-sync branch from 0778069 to 10d3060 Compare November 28, 2023 12:41
@kostko kostko marked this pull request as ready for review November 28, 2023 12:41
@kostko kostko enabled auto-merge November 28, 2023 12:54
@kostko kostko merged commit 178d06f into master Nov 28, 2023
1 check passed
@kostko kostko deleted the kostko/fix/light-client-bg-sync branch November 28, 2023 13:20
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.

2 participants