Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

fix: handle EVM errors gracefully in backrun bundle execution#36

Merged
cody-wang-cb merged 3 commits into
mainfrom
cody/handle_evm_error
Jan 6, 2026
Merged

fix: handle EVM errors gracefully in backrun bundle execution#36
cody-wang-cb merged 3 commits into
mainfrom
cody/handle_evm_error

Conversation

@cody-wang-cb

@cody-wang-cb cody-wang-cb commented Jan 6, 2026

Copy link
Copy Markdown

Description:
Backrun bundles with EVM errors (e.g., nonce too low) could cause block building to fail entirely. Now these errors are caught and the bundle is skipped, allowing block building to continue.
Changes:

  • Skip bundles on EVM errors instead of returning Err
  • Add backrun_bundles_evm_error_total metric
  • Add test case for EVM error handling

@cody-wang-cb
cody-wang-cb merged commit 23f42c8 into main Jan 6, 2026
8 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