komodo-wallet-desktop icon indicating copy to clipboard operation
komodo-wallet-desktop copied to clipboard

[BUG]: DOC/MARTY pair does not have orders on Simple DEX view

Open kivqa opened this issue 1 year ago • 3 comments

Describe the bug DOC/MARTY pair does not have orders on Simple DEX view. On PRO view orders work as expected for this pair

To Reproduce image

Operating Environment(s):

  • Komodo Wallet Version: 0.6.1-beta

kivqa avatar Sep 22 '23 10:09 kivqa

I've had a look for the root cause of this issue but it escapes me. Will try again after next release.

smk762 avatar Dec 10 '23 11:12 smk762

confirming this is not due to bestorders response for testcoins, so it must be in the code. I believe this may have been intentional to avoid users buying testcoins for real coins, but this would be better achieved with icons or warnings to indicate testcoins rather than omit them

smk762 avatar Feb 22 '24 20:02 smk762

take a look here: https://github.com/KomodoPlatform/komodo-wallet-desktop/blob/dev/src/core/atomicdex/models/qt.orderbook.proxy.model.cpp#L170 orders are removed if the coin does not have 10k volume... and some other things

cipig avatar Feb 22 '24 22:02 cipig