bitshares / bitshares/bitshares-explorer-api
Optimizations for api_explorer_get_top_proxies
Open
- Dominant language
- Python
- Stars
- 33
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
The current list of proxies, `api_explorer_get_top_proxies`, is considered to be used in the UI. However, this command today pulls a lot of data and seems to take a while to run.
It would require some optimization.
- Pagination, only return 20 results per page
Create command `api_explorer_get_top_proxies_count` to return the total amount.
Related issue https://github.com/bitshares/bitshares-ui/issues/2932
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.