You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to parse the URL parameters at the web project to fill out the swap forms. The target/buy coin is selected as an order on the Taker form. That requires a best_orders call with the sell coin.
It's called immediately at launch (mm2 status being 3, rpcIsUp), orders field in the response is empty:
I solved the frontend issue by polling KMD orders a few times until it gives a proper response, then initiating the parsing. So this is not urgent at all. I am opening this issue just to note it.
We need to parse the URL parameters at the web project to fill out the swap forms. The target/buy coin is selected as an order on the Taker form. That requires a
best_orders
call with the sell coin.It's called immediately at launch (mm2 status being
3
,rpcIsUp
),orders
field in the response is empty:I solved the frontend issue by polling KMD orders a few times until it gives a proper response, then initiating the parsing. So this is not urgent at all. I am opening this issue just to note it.
macOS Chrome Web build (wasm)
main
35e9239The text was updated successfully, but these errors were encountered: