Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

fix: cannot find parent block during livesync #111

Merged
merged 9 commits into from
Aug 20, 2024

Conversation

forcodedancing
Copy link
Collaborator

@forcodedancing forcodedancing commented Aug 15, 2024

Description

  • Fix cannot find parent during livesync of BSC.
  • Fix a dead loop issue in snapshot method (error is not handled previously).

Rationale

During live sync of BSC, the executor will try to find the parent from the database, which may not have been committed yet.

image

Example

image image image

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Potential Impacts

  • add potential impacts for other components here
  • ...

@unclezoro unclezoro changed the base branch from main to develop August 20, 2024 05:59
@unclezoro unclezoro added this pull request to the merge queue Aug 20, 2024
Merged via the queue into bnb-chain:develop with commit cdd7cea Aug 20, 2024
34 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants