Discussion on Core Refactor, originated on Telegram
Goal is to make the Worker Infrastructure for Dexbot use multiprocessing and asyncio to speed up computations on CPU and I/O.
Legacy code not used anymore
- State machine in Base Strategy can be removed
Open issues for discussion:
- Events in Base Strategy : This callback-based event handling needs heavy refactor, especially if the core (worker infrastructure) will use asyncio/multiprocessing/whatever
- GUI interaction with Worker.
- Worker Infrastructure : refactor to use multiprocessing
- Storage, Logging
- Strategies
- Price and Order Engines
Interaction Diagraming and UML to be added to the TDD: Technical Design Doc
Discussion on Core Refactor, originated on Telegram
Goal is to make the Worker Infrastructure for Dexbot use multiprocessing and asyncio to speed up computations on CPU and I/O.
Legacy code not used anymore
Open issues for discussion:
Interaction Diagraming and UML to be added to the TDD: Technical Design Doc