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
It made us stop bidding.
## ✅ I have completed the following steps:
* [X] Run `make lint`
* [X] Run `make test`
* [ ] Added tests (if applicable)
"parent block not found",// Generated from time to time from agnostic relay "simulation failed: parent block not found"
47
47
"block is too old, outside validation window",// Generated from time to time from agnostic relay in the end of the slot
48
48
"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.
49
50
];
50
51
51
52
/// If the bid we send is below a non cancellable bid from the competition agnostics answers this.
0 commit comments