Skip to content

Commit a0073cb

Browse files
authored
ignore "no state found for block" error (#729)
## 📝 Summary <!--- A general summary of your changes --> ## 💡 Motivation and Context <!--- (Optional) Why is this change required? What problem does it solve? Remove this section if not applicable. --> --- ## ✅ I have completed the following steps: * [ ] Run `make lint` * [ ] Run `make test` * [ ] Added tests (if applicable)
1 parent 7ecdfae commit a0073cb

File tree

1 file changed

+1
-0
lines changed
  • crates/rbuilder/src/mev_boost

1 file changed

+1
-0
lines changed

crates/rbuilder/src/mev_boost/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const SIM_FAILED_NON_CRITICAL_ERRORS: &[&str] = &[
5757
"block is too old, outside validation window", // Generated from time to time from agnostic relay in the end of the slot
5858
"block gas limit mismatch", // Generated from time to time from ultrasounds relay when we ignore the gas limit.
5959
"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.
60+
"no state found for block", // Generated by reth validation nodes that are out of sync
6061
];
6162

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

0 commit comments

Comments
 (0)