Results 38 issues of Marton

There is currently no way to add translations for the descriptions and display names of the wallet configurations.

solution needed
i18n

My `dexc` is registered to a server which is no longer up, and is unable to connect. I cannot disable it because on this line xc is null, and this...

If there are existing orders on the market on which the user is attempting to starta bot, an error message will be shown.

This diff updates the market maker to attempt to allocate available funds to bots before doing a deposit or a withdrawal. By doing this, unnecessary deposits or withdrawals may be...

The recipient field was being populated with the "to" field of the eth transaction (which may be a contract address) instead of the recipient of a send transaction as in...

This diff handles identifying decred mixing transactions when adding them to the transaction history. For RPC wallets, a separate transaction history db is created for each set of unmixed/trading/mixed accounts...

This PR adds a `BotProblems` struct to `BotStatus` that reports issues that bots are facing. Some problems such as wallet sync and connectivity are checked preemptively while others are reported...

This diff updates the market maker to listen for updates to the server config. If the lot size of a market that a bot is currently trading on is updated,...

If a DEX market has very low liquidity and the user wants to use the basic market maker, they should be warned about this and instructed to use a high...