Skip to content

Releases: Codaone/DEXBot

0.3.0

01 Jun 12:22
8bb06cd
Compare
Choose a tag to compare

NOTICE: There is a bug in the CLI version where the staggered orders strategy doesn't reset itself when changing the config of the strategy. Fix for this is coming in a later release.

Features:

  • Each worker now as a status message indicator

Changes:

  • DEXBot has received a visual make over!

Fixes:

  • Center price offset calculation is now more accurate
  • #160 - Staggered orders doesn't cancel all the orders anymore when restarting/pausing DEXBot
  • #152 - Fixed a crash in Staggered orders
  • #146 - Fixed a syntax error

Edit: Windows packages was rebuilt after the release due to packaging error

0.2.3

25 May 12:38
Compare
Choose a tag to compare

Features:

  • Workers now have a status indicator in the GUI
  • #130 - Center price offset is now an optional setting in the worker edit window

Fixes:

  • #133 - Fixed a crash when an order was filled instantly
  • #138 - Fixed a crash in relative orders strategy

0.2.0

23 May 05:48
Compare
Choose a tag to compare

Features:

  • Added a new strategy called Staggered Orders

Changes:

  • Changed relative order price calculation to be more accurate

Fixes:

  • Fixed a bug which forced maximum of 5 workers in the GUI, you can now use maximum of 10 workers
  • Fixed a crash on specific systems

0.1.27

18 May 11:55
188185e
Compare
Choose a tag to compare

Features:

  • Added a basic test suite

Changes:

  • Changed center price calculation to be more precise

Fixes:

  • Transactions should now fail less often due to random errors
  • Worker no longer crashes on cancel if the node is unreachable

0.1.23

09 May 12:08
4a36409
Compare
Choose a tag to compare

Features:

  • Error dialog now shows the exceptions workers encounter

Fixes:

  • Errors should now be more reliably logged

0.1.21

04 May 15:55
Compare
Choose a tag to compare

Fixes:

  • Fix bug in relative order dynamic price calculation

0.1.20

04 May 12:25
68a6ff8
Compare
Choose a tag to compare

Features:

  • Node latency is now visible in the GUI

Changes:

  • Relative order's center price now has an offset based on asset balances (This is getting it's own option in a later release)

Fixes:

  • Fixed a crash when sell and buy order were filled at the same time
  • Fixed a crash when starting multiple workers at the same time

0.1.16

27 Apr 10:33
9dfe4a0
Compare
Choose a tag to compare

Fixes:

  • Fixes a crash in the GUI when renaming a worker
  • Crash on Windows 10 should now be fixed

Changes:

  • Removed the unused config.yml from the project root (config.yml was previously moved to OS specific config folder)

0.1.15

20 Apr 17:41
Compare
Choose a tag to compare

Fixes:

  • Fixed windows package version being really slow on creating orders
  • Fixed worker crashing on order cancel when the order had already filled
  • Create default config.yml file

Changes:

  • Renamed app.py with gui.py

0.1.12

12 Apr 09:08
8579c0e
Compare
Choose a tag to compare

Features:

  • Relative order size

Fixes:

  • Ubuntu GUI crash
  • Windows crash on start up

Changes:

  • The worker slider is now relative to the currency values