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(octane/evmengine): graceful post finalize errors #2508

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

corverroos
Copy link
Collaborator

Don't error (stall node) in PostFinalize if CometBFT.Validators returns an error, rather handle it graacefully and skip optimisic build. CometBFT.Validators is non-deterministic and may return unexpected errors in edge cases.

issue: #2480

@corverroos corverroos merged commit 71fdb7a into main Nov 20, 2024
19 checks passed
@corverroos corverroos deleted the corver/gracefulpost branch November 20, 2024 06:01
0xHansLee added a commit to piplabs/story that referenced this pull request Nov 25, 2024
This PR is the commit from Omni to handle errors in PostFinalize
gracefully (omni-network/omni#2508). When
non-deterministic response received from CometBFT, skip optimistic
build.

issue: none
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