cowprotocol / services

Off-chain services for CoW Protocol
https://cow.fi/
Other
163 stars 66 forks source link

feat: Ext. solvers operating driver tracker #2716

Open sunce86 opened 3 months ago

sunce86 commented 3 months ago

Problem

Competition

Postprocessing on settlement event

fleupold commented 3 months ago

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.

MartinquaXD commented 2 months ago

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:

  1. removing the score field
  2. 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.