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: fix el bug #215

Merged
merged 7 commits into from
Jul 10, 2024
Merged

fix: fix el bug #215

merged 7 commits into from
Jul 10, 2024

Conversation

krish-nr
Copy link
Contributor

@krish-nr krish-nr commented Jul 5, 2024

Description

When starting the op-node, if the gossip broadcast of the unsafe payload triggers before the pipeline reset, there will be issues with determining whether to enter engine-sync mode. Additionally, in the new version of the engine-sync process, if geth is unable to sync due to certain reasons (e.g., zero peers), the current logic in op-node will still update the unsafe height. This PR addresses these 2 issues.

Rationale

This update adds handling logic for cases where insertUnsafe executes earlier than the reset process. It also includes a fallback mechanism to retrieve unsafe from geth. Additionally, the op-node's unsafe height is now only updated after engine-sync is completed.

Example

N/A

Changes

@krish-nr krish-nr marked this pull request as ready for review July 5, 2024 07:30
Copy link
Contributor

@welkin22 welkin22 left a comment

Choose a reason for hiding this comment

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

LGTM

@owen-reorg owen-reorg merged commit cf5a885 into bnb-chain:develop Jul 10, 2024
13 checks passed
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