Releases: Adamant-im/adamant-tradebot
Releases · Adamant-im/adamant-tradebot
v7.0.0
- Added request caching feature
- New commands:
/orderbook
,/trades
,/ticker
,/order
,/cancel
- Command
/help
now includes info about the bot software and config - Refactored Command, Order book and Trader modules
- New config settings: database
- Fixed
getOrderDetails()
in Azbit and P2B connectors - Updated dependencies
- General bug fixes and improvements
- Improved logging
- Added TypeScript types
More details in the ADAMANT's blog: https://news.adamant.im/new-update-v7-0-0-of-market-making-bot-for-cryptocurrency-projects-122fa85f6829
v6.1.0
- Improvements to the Price Watcher and reliability improvements. Modules now check if a token price is actual.
- Refactoring and stability improvements
- New settings:
dev
,clear_db
- Update dependencies
- Fix minor bugs
- Added manual tests
- Update Readme with the new website, installation and usage guides
v6.0.0
- Refactoring
- Use the only trade config for all the exchanges,
tradeParams_Default.js
- Update
getSmartPrice()
andgetCleanPrice()
functions - Update
isOrderOutOfPriceWatcherRange()
function - Add more util functions
- Improved Price watcher
- Action
prevent
for Price watcher - Show volume estimation on amount or interval update
- Extended
/stats
info - The
/info
command: Get info on coin withdrawal information and networks - Extended balances info
- The
/account
command: Get info about trading fees and volume - Collect order fill information for all orders
- Improved Dynamic order book builder
- Check if an order was filled after placing market-making order
- Improved
getMinOrderAmount()
- Added XeggeX exchange support
- Updated exchange connectors: Azbit, Coinstore, FameEX, NonKYC, P2B, StakeCube
- Misc improvements
- Bug fixes
- Updated dependencies
In human-readable format:
5.9.1
v5.7.0
- Clear mm orders after placement
- Improved the Price Watcher
- Watching external changes of the trade config file
- Better logging
- Update dependencies
- Small fixes
- Added linter rules
Backward compatibility:
If you are still using config.json file, rename it to config.jsonc
v5.6.0
- Add Coinstore support
- Notifications for Discord
- Added bot's Health check endpoint
- Bug fixes
- Update dependencies
v5.5.2
- Fix cancelling order for StakeCube
- Fix getRates for Azbit
- Update dependencies
- Update Readme
v5.5.0
- Add StakeCube support
- Update Mongo
- Bug fixes
- Update dependencies
v5.4.0
- Add Azbit support
- Add getOrderDetails()
- Remove Resfinex support
- Update dependencies
v5.3.0
- Remove Coindeal support
- Show additional info for /balances
- Bug fixes
- Update dependencies