Skip to content

Commit 2ac9939

Browse files
authored
New no critical submition error (#664)
## 📝 Summary It made us stop bidding. ## ✅ I have completed the following steps: * [X] Run `make lint` * [X] Run `make test` * [ ] Added tests (if applicable)
1 parent df28ed3 commit 2ac9939

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/rbuilder/src/mev_boost

crates/rbuilder/src/mev_boost/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const SIM_FAILED_NON_CRITICAL_ERRORS: &[&str] = &[
4646
"parent block not found", // Generated from time to time from agnostic relay "simulation failed: parent block not found"
4747
"block is too old, outside validation window", // Generated from time to time from agnostic relay in the end of the slot
4848
"block gas limit mismatch", // Generated from time to time from ultrasounds relay when we ignore the gas limit.
49+
"Proposer MEV Protect is enabled", // Generated by bloxroute since we didn't implement Proposer MEV Protect. On 2025/07/17 this is still not critical (the block is still valid) and it's not clear if it will ever be reason for demotion.
4950
];
5051

5152
/// If the bid we send is below a non cancellable bid from the competition agnostics answers this.

0 commit comments

Comments
 (0)