Skip to content

Releases: gnosis/dex-open-solver

v0.2.1

16 Feb 10:20
c5e7502
Compare
Choose a tag to compare
Resets the f orders execution between iterations for finding nr f ord…

Adds --time-limit parameter.

01 Dec 13:27
1c8a4eb
Compare
Choose a tag to compare
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.

17 Nov 11:34
c31bbeb
Compare
Choose a tag to compare
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)

19 Oct 09:52
71a09b8
Compare
Choose a tag to compare
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.

16 Sep 08:53
Compare
Choose a tag to compare
0.1.0

Fixed package name in README.md.

v0.0.12: Adds the --min-abs-fee-per-order parameter. (#77)

24 Aug 11:35
85550ae
Compare
Choose a tag to compare
Test plan:
Unit (randomized) tests were adapted to test for this constraint as well.