-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Discard deny listed solver solutions (#2781)
# Description Currently solvers that get deny listed by the circuit breaker due to rule violations still receive `/solve` and subsequent `/settle` calls by the autopilot. # Changes Discards any solution returned by `/solve` where the given submission address is currently deny listed. Since these solutions will no longer get ranked in the competition we'll also not call `/settle` for them anymore. ## How to test e2e tests should still pass I didn't add the test case that verifies that a deny listed solver actually gets their solutions removed but if that doesn't work this PR would not make it worse than the status quo.
- Loading branch information
1 parent
0555f6a
commit 72a9df9
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters