Releases: bmino/binance-triangle-arbitrage
Releases · bmino/binance-triangle-arbitrage
Version 5.5.1
Changes:
- Dramatically reduce required websocket connections!!! (#105) 🎉
- Fix bug when 0 investment was calculated, a fixed profit of 0% would show in the HUD
- Additional config startup checks
- Minor optimizations
Version 5.5.0
Changes:
- Fix some specific logging issues from the api wrapper
- Configuration changes:
- Added
TIMING.RECEIVE_WINDOW
- Added
TIMING.USE_SERVER_TIME
- Migrated
TIMING.CALCULATION_COOLDOWN
- Removed
LOG.VERBOSE
as this setting is always enabled now
- Added
Version 5.4.0
Changes:
- Bot can be started (trading disabled) without providing an api key/secret!
- Include logging from the api wrapper
- Updated config defaults
Dependency Notice:
- Because multiple dependencies were updated, you must re-run
npm install
Version 5.3.0
Changes:
- 10x faster depth polling speed from every 1000ms to every 100ms
- Update to use /v3 REST endpoints
- Update logging framework
Dependency Notice:
- Because multiple dependencies were updated, you must re-run
npm install
Version 5.2.7
Changes:
- Hot fix runtime issue with pino formatter (#91)
Version 5.2.6
Changes:
- Hot fix critical order execution bug
Version 5.2.5
Changes:
- Performance improvements (3 - 5%)
- Consolidated logging
- Merged binance api stability improvements
Configuration:
- Default log level is not
"debug"
Version 5.2.3
Changes:
- Updated packages
- Fix audit issues
Version 5.2.2
Changes:
- Correct stack overflow error when running for prolonged periods of time
- Fix npm audit warning
Version 5.2.0
Changes:
- Radical calculation cycle performance improvements! 🐎
- Log depth cache metrics every 300 cycles
- Log calculation metrics every 300 cycles
- Only run balance pre-checks when
TRADING.ENABLED
is enabled
Breaking Changes:
- New
DEPTH.PRUNE
option to prune the depth cache and prevent it from growing