KomodoPlatform / komodo-wallet-desktop

Komodo Wallet Desktop GUI
https://atomicdex.io
GNU General Public License v2.0
235 stars 207 forks source link

[BUG]: show min_volume of maker orders #1275

Closed cipig closed 2 years ago

cipig commented 3 years ago

This is an ask in BTCZ-KMD orderbook:

      "coin": "BTCZ",
      "price": "0.001768876678851259103697509286909685182475844273803236325786902087989805929029797288300712821508357461",
      "maxvolume": "12828.860819589207924",
      "min_volume": "12828.860819589207924",

min_volume is 12828 BTCZ, but that info is not visible in GUI and it lets me place a buy order for 1000 BTCZ. This order does not match and taker has no idea why.

Problem is that some orderbooks (eg MCL-KMD) are full of such orders and almost nobody can fill them. GUI should either show the info about the min_volume or not let taker place the order.

cipig commented 2 years ago

turns out ADEX Desktop let's you only input lower values then min_volume in the volume field, the slider is fixed for such orders and can't be lowered... it is intended behaviour, since orders with manually entered volume are considered to be "new" order so question: can we show the info about the min_volume somewhere, so user knows? maybe on mouse hover... and maybe we can show there additional infos about the order, like address/pubkey of maker or maybe a warning in the input field when user enters value lower then min_volume

cipig commented 2 years ago

min_volume of selected order is now shown, thanks for adding it image