Ecosystem 6.1.0
5 March 2026
CRITICAL FIXESECO DEPOSITSCHAIN TRANSFERSTRADING FEESMARKET UI
Ecosystem v6.1.0
Release Date: March 5, 2026 Tags: CRITICAL FIXES, ECO DEPOSITS, CHAIN TRANSFERS, TRADING FEES, MARKET UI
Overview
Version 6.1.0 fixes critical ECO wallet bugs including double balance on deposits, vanishing trading fees, and unsafe chain transfers. It also adds a visual eco market indicator to the trading interface.
Update Instructions
After updating, run the following command in terminal:
pnpm updatorChanged
Eco Market Indicator
- Added a subtle green left border to eco market rows in the trading pro markets panel, so customers can tell ecosystem markets apart from exchange markets at a glance, without affecting layout or text readability.
ECO Trading Analytics
- Changed the profit analytics KPIs and pie charts to include ECO trading fees, so they now appear on the analytics dashboard.
- Added a dedicated ECO fee operation type, so ecosystem fee movements are recorded as payment transactions.
Fixed
ECO deposits credited twice the chain balance
- Fixed every ECO deposit crediting two times the chain balance. The crediting service already updates all three wallet layers, and a duplicate manual update was doubling the chain-level figure.
ECO trading fees were silently burned
- Fixed ECO trading platform fees never being recorded as platform revenue. The trade type was missing from the recognised admin profit types, so every fee record failed and the fee was lost.
A retried chain transfer could run twice
- Fixed an ecosystem chain transfer being able to execute twice when the operation was retried, double-debiting the sender's chain balance. Transfers are now protected against duplicates and record a transaction of their own.
Chain transfers could debit the wrong chain
- Fixed ecosystem chain transfers of a multi-chain token such as USDT reading the sender's balance for the wrong chain, so the debit could land against a chain balance the customer never intended to spend.