Releases: gnosis/dex-open-solver
Releases · gnosis/dex-open-solver
v0.2.1
Adds --time-limit parameter.
Adds --time-limit parameter. (#85) Adds --time-limit parameter. This stops the solver after the given value is passed. The implementation is not very clever at the moment, and only checks for timeouts between processing each token pair. This means the time limit may be exceeded by a couple of seconds.
Fixes a bug in min abs fee per order.
Fixes bug in enforcing min abs fee per order. (#84) And makes the computation of min avg fee per order reuse the same code.
v0.1.1: Makes it submit solutions with obj(all)<0 when obj(touched)>0. (#83)
The previous behaviour of the open solver was to never submit solutions when u-du over all orders is negative. This PR relaxes this constraint - now it can submit a solution with negative u-du over all orders if u-du is positive over touched orders. Closes #82.
Packages opensolver.
0.1.0 Fixed package name in README.md.
v0.0.12: Adds the --min-abs-fee-per-order parameter. (#77)
Test plan: Unit (randomized) tests were adapted to test for this constraint as well.