gnosis / dex-services

Off-chain services for the Gnosis Protocol v1.
33 stars 9 forks source link

Bump private solver to v0.8.8 #1653

Closed twalth3r closed 3 years ago

twalth3r commented 3 years ago

This update introduces a MIN_TIME_LIMIT constant that is set to 30 seconds. If the time limit that is passed to the solver is below that value, the solver immediately returns the trivial solution. This is to address https://github.com/gnosis/dex-solver/issues/341.