KomodoPlatform / atomicdexweb_bugreport

1 stars 0 forks source link

"Nothing found" Message on Bridge Feature #7

Open PinkyBubble opened 2 years ago

PinkyBubble commented 2 years ago

Describe the bug I am not sure whether it is a bug or design intent but I do not think that it is a design intent because it seems bridge feature cannot be used like this. I can select the coin that I will change and its protocol, but when it comes to the protocol that I want to transfer, I cannot see and select any protocol. It says "Nothing found". I have tried it for multiple coins and protocols but it is still same.

To Reproduce Steps to reproduce the behavior:

  1. Go to Bridge feature.
  2. Click on KMD as a coin and select its protocol as Smart Chain.
  3. Then for the amount, click "Max".
  4. Select the procotol that will be transferred to.
  5. See the message (Nothing found).

Screenshots image

Desktop (please complete the following information):

pbca26 commented 2 years ago

Same here. I was only able to select BTC -> BTC BEP-20. All other options don't work.

theblackmallard commented 2 years ago

I had this issue as well and brought it up on Discord.

The issue I believe is that "Nothing found" doesn't accurately represent what is happening. There could be orders available but if your order amount is below the minimum amount of the seller, then this is the result. For example, I tried to bridge 10 KMD for KMD BEP-20 but received this error. When I increased the amount to 100 KMD an order appeared. Because the 10 KMD was below the minimum accepted order amount put in by the seller, it didn't register it as a potential match. Ideally the bridge would show all available bridges and have an indicator if you cannot satisfy the swap as is due to minimum amount threshold and what the minimum is, because I could try 10 KMD and never see anything and not know that the minimum was just 11 KMD.

Tony said in Discord "enhancement from API side is needed to be able to show pair even if selling volume is less than min volume of best available order. We'll do it in the next sprint"

tonymorony commented 2 years ago

cf: https://github.com/KomodoPlatform/air_dex/issues/392

thank you for this issue opening!

we are fixing trading widgets logic and UI/UX and it'll be resolved in the next patch the clue is that interface is kinda brute forcing at the moment - if order has minvolume your input should be >= than minvolume or you'll get nothing found error

e.g.

https://user-images.githubusercontent.com/24797699/170509512-d830a108-fc34-4146-a17b-c334d84ef27a.mov