You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 📝 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)
"block is too old, outside validation window",// Generated from time to time from agnostic relay in the end of the slot
58
58
"block gas limit mismatch",// Generated from time to time from ultrasounds relay when we ignore the gas limit.
59
59
"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
60
61
];
61
62
62
63
/// If the bid we send is below a non cancellable bid from the competition agnostics answers this.
0 commit comments