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
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
In my experience, on all public counterwallets, I have been getting an error where get_markets_list fails and shows the user an undefined error.
This call is made on the index of the exchange experience on counterwallet. It's not always the case, but it happens often enough where I either get an error or this call takes a very long time to load.
I am suggesting that we drop the max pairs retrieved from 500 to 100 to make this call more efficient, faster loading, and less likely to fail.
In my experience, on all public counterwallets, I have been getting an error where
get_markets_list
fails and shows the user an undefined error.This call is made on the index of the exchange experience on counterwallet. It's not always the case, but it happens often enough where I either get an error or this call takes a very long time to load.
I am suggesting that we drop the max pairs retrieved from 500 to 100 to make this call more efficient, faster loading, and less likely to fail.
In the past, this has been set as low as 50 max pairs:
https://counterpartytalk.org/t/does-the-get-markets-list-call-show-all-the-available-markets-in-the-system/1205
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: