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(op-node): extract err stage from rpc error when call engine_opSealPayload api #259

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bnoieh
Copy link
Contributor

@bnoieh bnoieh commented Jan 16, 2025

Description

This pr fix error handle of engine_opSealPaylaod api, related fix to op-geth is bnb-chain/op-geth#255

Rationale

The error handle of original engine_api is chaos and easy lead to bug, the new engine_opSealPayload api followed the original part, and unfortunately triggered bug, which will cause chain stuck if force kill

Example

n/a

Changes

extract err stage from rpc error when call engine_opSealPayload api

@github-actions github-actions bot requested review from krish-nr and welkin22 January 16, 2025 01:51
@bnoieh bnoieh changed the title fix(op-node): extract err stage from rpc error fix(op-node): extract err stage from rpc error when call engine_opSealPayload api Jan 16, 2025
@bnoieh bnoieh requested review from owen-reorg and andyzhang2023 and removed request for krish-nr and welkin22 January 16, 2025 02:02
Copy link

@andyzhang2023 andyzhang2023 left a comment

Choose a reason for hiding this comment

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

LGTM

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