Releases: Codaone/DEXBot
Releases · Codaone/DEXBot
0.3.0
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
0.2.0
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
0.1.23
0.1.21
Fixes:
- Fix bug in relative order dynamic price calculation
0.1.20
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
0.1.15
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