We are pleased to present Peatio Open Source 2.5.0.
This release notes is must-read for migrating from older versions.
Rewrite deposit collection flow #2636 (mnaichuk)
Remove amqp publish and add new deposit state
Remove amqp deposit workers (deposit_collection and deposit_collections_fees daemons)
Introduce SQL based deposit daemon
Add deposit collection flow documentation
Documentation for new deposit collection flow
Feature: PnL calculation for traders (calj)
Increase time precision to milliseconds for deposits, withdrawals, trades and adjustments Documentation for PNL calculation
Move data from main database to archive database #2632 (mnaichuk)
Add stored procedure execution from rake task
Delete old cancelled orders without trades
Add copy orders to the archive database
Close orders older than MAX_AGE
Documentation list:
AML integration #2589 (mnaichuk)
Add wallet balances. Add cron job for wallet balances update (mnaichuk)
Add CronJob for periodic call and save platform wallets balances to the DB. Balances are updated every minute.
Update peatio-bitgo version. Change rid length for withdraw #2668 (mnaichuk)
Skip pending ERC-20 transaction in blockchain daemon #2659 (mnaichuk)
Remove inqury from TradingFee model (mnaichuk)
Fix format function in TickersJob (mnaichuk)
Add symbolize keys to WalletService init. Update wallet templates #2616 (mnaichuk)
Fix: Bitgo address generation #2608 (chumaknadya)
Fix: Update error handling for trading_fee api #2595 (mnaichuk)
Fix: Avoid to use join in admin API for tables with a large amount of data. Change Kaminari usage in pagination #2602 (mnaichuk)