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
Check on settlement update - solution settled before deadline
For this one I'd be a little careful and maybe not immediately circuit break (if you settle an auction 1h later sure, but if it's a few blocks past the deadline I'd give it a pass.
Just wanted to add that since there are already solvers which run their own driver we need to let them know in advance whenever we change the API between autopilot and driver. For the currently listed tasks that would be:
removing the score field
removing the /reveal endpoint
Both of these could be implemented without breaking existing drivers (just ignore the score field) but it would be good to let them know regardless.
Problem
Competition
/reveal
endpoint completely.uninternalized call_data
field fromsettlement_call_data
db table.internalized_call_data
☝️ from competition time to settlement update.domain::Settlement
based on/solve
response #2718score
calculation indomain::Settlement
#2719score
based ondomain::Settlement
instead of trusting the driver. #2720score
field from/solve
response. #2721/solve.orders
are not outside the auction - [ON HOLD] Reject solution containing outside-of-auction order #2712Postprocessing on settlement event
/solve
response.auction_orders
#2745The text was updated successfully, but these errors were encountered: