Releases: p0ntsNL/hodlv2
Releases · p0ntsNL/hodlv2
Code Hardening Q2 2023
New
- Web /configuration: Exchange, Market and Take Profit currency are now retrieved dynamically through the CCXT api
- Web /index: Next entry is added to the active trades table
- If the backend's active orders is not in line with the bot's active orders, all active orders are re-checked.
- PushBullet is now usable as a notification channel
Fixes
- All code is checked and improved where possible
- Debug logging added to functions that did not have any yet
HODLv2 2023.2: Webinterface v1
New
- Initial release of HODLv2 web.
- Version check upon startup to inform users if new version is available.
- Exchange, Pushover and bot configuration is now done through the webinterface, conversion is automatically done upon bot startup.
- Config validation is now done upon changing configuration through web.
- Logging is now available through the webinterface.
- Installation and confirmation guides are updated for web.
- Added CONTRIBUTING.md
- Updated LICENSE
- Donation information is now added to the README.md
- Ubuntu/Debian: systemd example files are added to the root of the repository, documentation can be found here.
Fixes
- All code is now checked with black, isort and pylint.
- Improved logging; less data stored, readability, updated trades and profit messages
- The bot no longer exit's on critical failures, instead a health check feature is build in to correspond with the webinterface.
- Coinbase: min_trade_value NoneType error fixed (Thanks RJ)
- Removed locally saved crypto icons images, now using a public API instead
- Remove vendor files, use CDN instead.
- MongoDB find and count_documents queries updated to support latest version.
- Fixed a bug where the bot would make one extra trade after hitting the max trades threshold (Thanks Dennis)