Skip to content

Releases: carkod/binbot

Release new binbot dashboard

22 Oct 22:39
Compare
Choose a tag to compare

Transition to vite, because create-react-app unmaintained
Upgrade react-router to v6
Upgrade react to 18
Rewrite into Typescript
Move to redux-toolkit
Rename to terminal to avoid ovewriting previous files

Fast API refactor. Stable release

03 Jan 23:02
4d70521
Compare
Choose a tag to compare

Fix structural issues by:

  • Refactoring the entire API application by replacing Flask with Fast API.
  • This also includes swagger docs and pydantic models, removing the need for Marshmallow and manual models (e.g. BotSchema). Naming conventions have not been changed to avoid spending too much time on asthaetics.
  • Separating streaming updates (market_updates and order_updates) into a separate docker application (i.e. new directory streaming, which builds a separate image from binbot API image)
  • Separating the research script into a different repo, with its own docker-compose stack file.
  • As a result, separating concerns will allow things to be easier to update and debug without breaking the main API application, which should always work, regarless of the state of streaming/ or research part.
  • Restructure and refactor binbot-research (formerly known as /research/) by removing shorts and safety_orders from autotrade.

LTS

28 Nov 16:51
29eea25
Compare
Choose a tag to compare
LTS

This release is the latest working version.

  • Fixes to autotrades, now everything should work as expected
  • At last fixed circular and stack overflow issues by separating webscoket deal updates and bot deal changes.
  • Improve dashboard controller section

First stable release to production

16 Nov 22:19
Compare
Choose a tag to compare
1.0.0

Improvements on setup