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
BitShares-Core 3.2 introduced some changes about the get_full_accounts API. One of the consequence is current UI doesn't show more than 100 open orders for users by default. To fix this, need to call the get_limit_orders_by_account API to query for more orders (the API will be available in bitshare-core 4.0).
To Reproduce
Steps to reproduce the behavior:
create more than 100 limit orders
UI doesn't show all of them
The text was updated successfully, but these errors were encountered:
Describe the bug
BitShares-Core 3.2 introduced some changes about the get_full_accounts API. One of the consequence is current UI doesn't show more than 100 open orders for users by default. To fix this, need to call the
get_limit_orders_by_account
API to query for more orders (the API will be available in bitshare-core 4.0).To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: