cowprotocol / services

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

Don't rely on legacy code for solution scoring in `driver` #1494

Closed cowfee closed 6 months ago

cowfee commented 1 year ago

At the moment, Settlements are scored by calling into the legacy code. Ideally, the scoring code would be in driver, and the score method would be defined on the Solution type, not Settlement.

fleupold commented 7 months ago

Not quite done yet (we still need to remove the conditional logic once CIP-38 is live)